menu
epos_frontend_shared package
documentation
widgets/standard/S360fDropDown/custom/custom_dropdown.dart
CustomDropdown
items property
items property
dark_mode
light_mode
items
property
List
<
DropDownDataModel
>
items
final
The list of items to show in the dropdown.
Implementation
final List<DropDownDataModel> items;
epos_frontend_shared package
documentation
widgets/standard/S360fDropDown/custom/custom_dropdown
CustomDropdown
items property
CustomDropdown class