onValueChanged property

dynamic Function(int) onValueChanged
final

The callback that is called when a new option is tapped.

Implementation

final Function(int) onValueChanged;