isDraggingChanged property
Callback invoked when dragging state changes.
Called with true when thumb dragging starts and false when it ends.
Implementation
final ValueChanged<bool>? isDraggingChanged;
Callback invoked when dragging state changes.
Called with true when thumb dragging starts and false when it ends.
final ValueChanged<bool>? isDraggingChanged;