Open Lois-Varghese opened 3 years ago
It's not possible to add a swipe-able content inside the bottom sheet as when trying to swipe it moves the bottom sheet.
True! Its not possible add a ScrollView inside a body because if you try to scroll the list you moves the bottom sheet. Only works if you set dragEnabled to False.
It's not possible to add a swipe-able content inside the bottom sheet as when trying to swipe it moves the bottom sheet.