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

If slidingBottomSheet is Full Screen I want it to have scroll with body in its header. How can I do that? #274

Closed aydinfatih closed 2 years ago

aydinfatih commented 2 years ago

If slidingBottomSheet is Full Screen I want it to have scroll with body in its header. How can I do that? Currently the header stays fixed when full screen. Only the body area can be scrolled.

stephenjen commented 2 years ago

How were you able to do scrolling when panel is at full height?