onThumbPositionChanged property

ValueChanged<double>? onThumbPositionChanged
final

A callback function that is called when the position of the thumb changes.

Implementation

final ValueChanged<double>? onThumbPositionChanged;