onDragCompleted property

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

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

Implementation

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