menu
simple_search_dropdown package
documentation
simple_search_dropdown.dart
DefaultAddListItem
itemAdded property
itemAdded property
dark_mode
light_mode
itemAdded
property
dynamic Function
(
String
value
)
itemAdded
final
Function to be executed after the item was added.
Implementation
final Function(String value) itemAdded;
simple_search_dropdown package
documentation
simple_search_dropdown
DefaultAddListItem
itemAdded property
DefaultAddListItem class