onPanelSlide property

(void Function(double position)?) onPanelSlide
final

A callback that is called whenever the panel is slided.

Returned between PanelSize.closedHeight and PanelSize.expandedHeight.

Implementation

final void Function(double position)? onPanelSlide;