menu
simple_search_dropdown package
documentation
simple_search_dropdown.dart
MultipleSearchDropDown<T>
onDeleteItem property
onDeleteItem property
dark_mode
light_mode
onDeleteItem
property
dynamic Function
(
ValueItem
<
T
>
)
?
onDeleteItem
final
Function to be executed after the item was deleted.
Implementation
final Function(ValueItem<T>)? onDeleteItem;
simple_search_dropdown package
documentation
simple_search_dropdown
MultipleSearchDropDown<T>
onDeleteItem property
MultipleSearchDropDown class