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

[Question] Make SlidingUpPanel only fill available space #138

Open KieranLafferty opened 4 years ago

KieranLafferty commented 4 years ago

It seems like SlidingUpPanel always assumes its going to be using the full screen size. For my use case I wanted to use the widget as a smaller component within my screen but keep hitting a bunch of issues doing that. Any way to accomplish this?