onChanged property
A callback function that is called when the slider value changes.
Implementation
final Function(double value) onChanged;
A callback function that is called when the slider value changes.
final Function(double value) onChanged;