onOptionSelected property
Callback triggered when an option from the dropdown is selected.
Implementation
final Function(DropDownModel<T>?)? onOptionSelected;
Callback triggered when an option from the dropdown is selected.
final Function(DropDownModel<T>?)? onOptionSelected;