mcrovero / rubber

An elastic material bottom sheet implementation for Flutter.
BSD 2-Clause "Simplified" License
562 stars 88 forks source link

Ability to swipe down to bottom to close. #2

Closed MattL-NZ closed 5 years ago

MattL-NZ commented 5 years ago

Can we have the ability to completely close the bottom sheet when we swipe all the way to the bottom? Or alternatively selecting the area of the screen where the bottom sheet is not showing.

mcrovero commented 5 years ago

Currently it isn't the default behavior but you can still workaround it by setting the lower bound at 0.0. I'm thinking to add this feature in the next release to completely dismiss on swipe down and maybe mimic the default modal bottom sheet.