onChanged property

(bool Function(double)?) onChanged
final

Called during a drag when the user is selecting a new value for the slider by dragging.

Implementation

final bool Function(double)? onChanged;