onOptionsSelected property
Callback triggered when options from the dropdown are selected.
Implementation
final Function(List<DropDownModel<T>>)? onOptionsSelected;
Callback triggered when options from the dropdown are selected.
final Function(List<DropDownModel<T>>)? onOptionsSelected;