onChanged property

ValueChanged<double>? onChanged
final

Called when the user is selecting a new value for the progress bar

Implementation

final ValueChanged<double>? onChanged;