onValueSelect property

dynamic Function(DropdownValue selectedValue) onValueSelect
final

Action to perform when the value is tapped.

Implementation

final Function(DropdownValue selectedValue) onValueSelect;