onEnd property
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;
Called when the user finishes interacting with the slider.
It is not called when the slider's value is changed programmatically.
final ValueChanged<FSliderValue>? onEnd;