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

Question: do we have the ability to keep the collapsed state visible? #222

Closed davedbase closed 3 years ago

davedbase commented 3 years ago

Hi there, I have a unique situation where I'd like to keep the collapsed portion of the panel visible no matter the state. Currently it fades out on expansion, I was wondering if this was currently possible or if you can suggest a method to accomplish it?