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.38k stars 381 forks source link

Featue: outer size bounds for slide panel #134

Open jesteracer opened 4 years ago

jesteracer commented 4 years ago

This is an optional parameter, that can be used to define a size for the Panel widget if for some reason it should not be full size.

I added this because I had a need to show the panel on a tablet. In my case it had to be shown on 2/3 the screen.