onChanged property

dynamic Function(double value) onChanged
final

A callback function that is called when the slider value changes.

Implementation

final Function(double value) onChanged;