onChanged property

ValueChanged<ZeroRangeValues>? onChanged
final

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

The slider passes the new values to the callback but does not actually change state until the parent widget rebuilds the slider with the new values.

Implementation

final ValueChanged<ZeroRangeValues>? onChanged;