isDraggingChanged property

ValueChanged<bool>? isDraggingChanged
final

Callback invoked when dragging state changes.

Called with true when thumb dragging starts and false when it ends.

Implementation

final ValueChanged<bool>? isDraggingChanged;