onChanged property

ValueChanged<double>? onChanged
final

Called when the user changes the slider value.

Implementation

final ValueChanged<double>? onChanged;