menu
draftmode_framework package
documentation
ui/components/drop_down.dart
DraftModeUIDropDown<ItemType>
items property
items property
dark_mode
light_mode
items
property
List
<
ItemType
>
items
final
Available options presented in the picker page.
Implementation
final List<ItemType> items;
draftmode_framework package
documentation
ui/components/drop_down
DraftModeUIDropDown<ItemType>
items property
DraftModeUIDropDown class