onSelected property

dynamic Function(List) onSelected
final

Callback function executed when an item from the dropdown list is selected.

Implementation

final Function(List<dynamic>) onSelected;