menu
awidgets package
documentation
fields/a_field_drop_down.dart
AFieldDropDownState<TWidget extends AFieldDropDown<TValue>, TValue>
options property
options property
dark_mode
light_mode
options
property
List
<
AOption
<
TValue
>
>
?
get
options
Implementation
List<AOption<TValue>>? get options => widget.options!;
awidgets package
documentation
fields/a_field_drop_down
AFieldDropDownState<TWidget extends AFieldDropDown<TValue>, TValue>
options property
AFieldDropDownState class