menu
advanced_searchable_dropdown package
documentation
advanced_searchable_dropdown.dart
SearchableDropDown
menuList property
menuList property
dark_mode
light_mode
menuList
property
List
<
SearchableDropDownItem
>
menuList
final
List of items to display in the dropdown.
Implementation
final List<SearchableDropDownItem> menuList;
advanced_searchable_dropdown package
documentation
advanced_searchable_dropdown
SearchableDropDown
menuList property
SearchableDropDown class