dragFromBody property

bool dragFromBody
final

If true, and SlidingPanel.isDraggable is also true, this panel can also be moved by dragging on the PanelContent.bodyContent.

Otherwise, the panel can be moved by dragging the panel itself only.

Default : true

Implementation

final bool dragFromBody;