onChangeStart property

(dynamic Function(double)?) onChangeStart
final

Called whenever the user starts moving the slider.

Implementation

final Function(double)? onChangeStart;