onValueChanged property

ValueChanged<double>? onValueChanged
final

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

Implementation

final ValueChanged<double>? onValueChanged;