onSlideUpdate property

(dynamic Function(double value)?) onSlideUpdate
final

Callback for when the user drags the slider

Implementation

final Function(double value)? onSlideUpdate;