I Am trying to have a horizontal ListView
Widget that magnifies the center items. I tried using the normal ListView
but I couldn't get the center items to magnify. Then while searching the flutter docs I came across ListWheelScrollView
but unfortunately, it doesn't seem to support horizontal children layout. So basically am looking to create a horizontal ListView
with center items magnification. I'd appreciate it if anyone can at least point me in the right direction. Thanks
↧
How to make ListWheelScrollView horizontal
↧