You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Frezyx 👋, great library 👌! The simplest way I can think of is to wrap your AnimatedContainer in a GestureDetector with onVerticalDrag* callback that checks for a downward drag with a velocity over a certain threshold. modal_bottom_sheet takes an additional step and allows you to sync the sheet with any scroll views inside the sheet. I can take a shot at implementing it and let you know what happens 👍.
Can you add an option to make the bottom sheet draggable to collapse? As in https://pub.dev/packages/modal_bottom_sheet.
The text was updated successfully, but these errors were encountered: