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

Require an initial height parameter to be exposed #225

Open intkhabahmed opened 3 years ago

intkhabahmed commented 3 years ago

Feature: There should be an initialHeight parameter so that we can slide the panel up and down from that position. We have a usecase where it is required, but right now it is not there. Tried doing some hacks but not working as expected