onSelected property

dynamic Function(String selected)? onSelected
final

Callback when an item is selected from the dropdown

Implementation

final Function(String selected)? onSelected;