onPercentValueChanged property

(dynamic Function(String)?) onPercentValueChanged
final

A callback that is called when the user changes the percent value.

Implementation

final Function(String)? onPercentValueChanged;