Open dhikshithrm opened 6 months ago
it seems it's known issue for flutter team
When the body itself is a ListView and each TabBarView is also vertically scrollable, how to get the rubber band Scrolling effect, just using other Scrolling Physics is not working.
Content
inside gridview or a listview child of a tabview or a pageview with anything other than ClampingScrollPhysics() is not working well, giving issues while scrolling.
is there any way to use other scrolling physics without having those issues.