flutter_swipable_stack
flutter_swipable_stack copied to clipboard
Not be able to swipe any card if the builder return a SingleChildScrollView
It works fine before I move the Column to SingleChildScrollView. Could it be the SingleChildScrollView is blocking the underlying pan gesture?