menu
kat_common package
documentation
widgets/controls/kat_drop_down_text_field.dart
KatDropDownTextField
items property
items property
dark_mode
light_mode
items
property
List
<
DropdownMenuItem
<
String
>
>
?
items
final
The choices offered by the suffix
DropdownButton
.
Implementation
final List<DropdownMenuItem<String>>? items;
kat_common package
documentation
widgets/controls/kat_drop_down_text_field
KatDropDownTextField
items property
KatDropDownTextField class