onChanged property

ValueChanged<double> onChanged
final

Callback function when the value changes.

This function is called with the new value whenever the input changes.

Implementation

final ValueChanged<double> onChanged;