menu
bond_form package
documentation
bond_form.dart
DropDownFieldState<T>
items property
items property
dark_mode
light_mode
items
property
List
<
DropDownItemState
<
T
>
>
items
final
The list of individual item states within the dropdown.
Implementation
final List<DropDownItemState<T>> items;
bond_form package
documentation
bond_form
DropDownFieldState<T>
items property
DropDownFieldState class