onChanged property

set onChanged (ValueChanged<double>? v)

Implementation

set onChanged(ValueChanged<double>? v) {
  _onChanged = v;
}