onChanged property

ValueChanged<double>? onChanged
final

An optional callback that is called when the slider value changes. If this is not provided, the slider will be considered disabled.

Implementation

final ValueChanged<double>? onChanged;