onSlideDone property

(dynamic Function(double value)?) onSlideDone
final

Callback for when the user lets go of the slider

Implementation

final Function(double value)? onSlideDone;