mcrovero / rubber

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

Add animate up/down threshold parameter #45

Open nzedler opened 5 years ago

nzedler commented 5 years ago

Could you implement a threshold parameter for when to animate up/down? Currently the threshold is extremely high. This feels extremely awkward if you want to dismiss the bottom sheet and you have to move your finger across more than a half of the screen.

mcrovero commented 5 years ago

Not yet, but I think it should be added. I'm adding it to the to-do list