menu
dropdown_flutter_fork package
documentation
custom_dropdown.dart
DropdownFlutter<T>
items property
items property
dark_mode
light_mode
items
property
List
<
T
>
?
items
final
The list of items user can select.
Implementation
final List<T>? items;
dropdown_flutter_fork package
documentation
custom_dropdown
DropdownFlutter<T>
items property
DropdownFlutter class