menu
gt_dropdown package
documentation
custom_dropdown/custom_dropdown.dart
CustomDropdown<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
items
final
List of items to display in dropdown
Implementation
final List<T> items;
gt_dropdown package
documentation
custom_dropdown/custom_dropdown
CustomDropdown<T>
items property
CustomDropdown class