onValueChanged property

dynamic Function(double value) onValueChanged
final

Callback triggered when the slider value changes.

Implementation

final Function(double value) onValueChanged;