onChangeStart property
onChangeStart callback function. Called whenever the progressbar's current value starts to be changed. It only called when the progressbar is dragged.
Implementation
final ValueChanged<double>? onChangeStart;
onChangeStart callback function. Called whenever the progressbar's current value starts to be changed. It only called when the progressbar is dragged.
final ValueChanged<double>? onChangeStart;