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 377 forks source link

How to set min height to 1.0(full height) and can scroll to 0.0(bottom). #334

Open shrigsuraj opened 11 months ago

shrigsuraj commented 11 months ago

I want to cover panel builder widget whole height initially and user can scroll it to bottom , right now I can only set panel min height to 1.0 but cannot drag it .