onDragging property

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

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

Implementation

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