onChanged property
onChanged is a callback function that will be invoked when a pointer
value is changed.
Implementation
final ValueChanged<double>? onChanged;
onChanged is a callback function that will be invoked when a pointer
value is changed.
final ValueChanged<double>? onChanged;