menu
animated_custom_dropdown
custom_dropdown.dart
CustomDropdown
<
T
>
items property
items
dark_mode
light_mode
items
property
List
<
T
>
?
items
final
The list of items user can select.
Implementation
final List<T>? items;
animated_custom_dropdown
custom_dropdown
CustomDropdown
<
T
>
items property
CustomDropdown class