onValueChanged property
A callback function that is called when the value of the slider changes.
Implementation
final ValueChanged<double>? onValueChanged;
A callback function that is called when the value of the slider changes.
final ValueChanged<double>? onValueChanged;