menu
easy_dropdown2 package
documentation
easy_dropdown2.dart
EasyDropdown
items property
items property
dark_mode
light_mode
items
property
FutureOr
<
List
<
EasyDropdownTile
>
>
items
final
The list of items to display in the dropdown.
Implementation
final FutureOr<List<EasyDropdownTile>> items;
easy_dropdown2 package
documentation
easy_dropdown2
EasyDropdown
items property
EasyDropdown class