sliding_up_panel2 library

Classes

ForceDraggableWidget
if you want to force the panel to be dragged using the widget, wrap the widget with this For example, use Scrollable inside to allow the panel to be dragged even if the scroll is not at position 0.
HorizontalScrollableWidget
if you want to prevent unwanted panel dragging when scrolling widgets Scrollable with horizontal axis wrap the widget with this
IgnoreDraggableWidget
if you want to prevent the panel from being dragged using the widget, wrap the widget with this
PanelController
PanelScrollPhysics
To make ForceDraggableWidget work in Scrollable widgets
SlidingUpPanel