onDragStarted property

(dynamic Function(int handlerIndex, dynamic lowerValue, dynamic upperValue)?) onDragStarted
final

Callback function that is called when the user starts dragging one of the handlers.

Implementation

final Function(int handlerIndex, dynamic lowerValue, dynamic upperValue)? onDragStarted;