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

Question: Can you lock the panel open #281

Closed aardrop closed 1 year ago

aardrop commented 2 years ago

So I have a use case where while a form in a sliding up panel is being filled out it should not be closed so I want to lock it open and prevent the sliding feature until the form is completed.

Is this possible?

Bazni commented 2 years ago

Hi, Did you try to use isDraggable? If you set it to false the panel can't be closed by swiping.