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

Optional horizontal pullbar property #253

Open Sam-Guru-In-Training opened 3 years ago

Sam-Guru-In-Training commented 3 years ago

In the googlemaps app you can see they have basically a 64px horizontal rule, suggesting you can pull the slider up via its indent.

This can of course be done by hand, but it's part of Google's canonical slider paradigm so it would be cool to have it as an optional property of the slider, that you could twiddle to vanish onSliderOpen.