onEnd property

ValueChanged<FSliderValue>? onEnd
final

Called when the user finishes interacting with the slider.

It is not called when the slider's value is changed programmatically.

Implementation

final ValueChanged<FSliderValue>? onEnd;