onOptionsSelected property

dynamic Function(List<DropDownModel<T>>)? onOptionsSelected
final

Callback triggered when options from the dropdown are selected.

Implementation

final Function(List<DropDownModel<T>>)? onOptionsSelected;