onChangeCallback property

SliderListenerCallback? onChangeCallback
final

Callback function that will be called when the position of the slider changes during a drag event.

The callback will be given the current domain position of the slider.

Implementation

final common.SliderListenerCallback? onChangeCallback;