akshathjain / sliding_up_panel

A draggable Flutter widget that makes implementing a SlidingUpPanel much easier!
https://pub.dartlang.org/packages/sliding_up_panel
Other
1.36k stars 379 forks source link

Fling magic constant #268

Open mcemir opened 3 years ago

mcemir commented 3 years ago

Is there a possibility that you expose this magic constant as a public configurable parameter:

double minFlingVelocity = 365.0;

I have problems on high density displays. Slight movements on the screen trigger a close/open of the panel.