onValueChange property

(dynamic Function(double)?) onValueChange
final

The function that will be called everytime the progress of the button changes.

The onValueChange function is called with the progress in percentage.

Implementation

final Function(double)? onValueChange;