onSelectedItem property

dynamic Function(String item) onSelectedItem
final

receive the selected item call back function The list of items the user can select

Implementation

final Function(String item) onSelectedItem;