onChanged property
Callback function when the value changes.
This function is called with the new value whenever the input changes.
Implementation
final ValueChanged<double> onChanged;
Callback function when the value changes.
This function is called with the new value whenever the input changes.
final ValueChanged<double> onChanged;