ricnaaru / scrollable_bottom_sheet

Flutter Scrollable Persistent Bottom Sheet
BSD 3-Clause "New" or "Revised" License
34 stars 9 forks source link

cancel drag when not full height #7

Closed joserocha3 closed 5 years ago

joserocha3 commented 5 years ago

Input such as a button tap does not work on first click after the user drags. The reason for that is because the drag is still active. We need to cancel or end the drag within every onVerticalDragEnd execution.