onChangeStart property

ValueChanged<double>? onChangeStart
final

Called when the user starts selecting a new value for the slider.

The value passed will be the last value that the slider had before the change began.

Implementation

final ValueChanged<double>? onChangeStart;