onChanged property

ValueChanged<double>? onChanged
final

Called when the user changes the slider's value.

Implementation

final ValueChanged<double>? onChanged;