onValueSelect property

dynamic Function(String selectedValue) onValueSelect
final

Action to perform when the value is tapped.

Implementation

final Function(String selectedValue) onValueSelect;