menu
easy_formz package
documentation
models/form_props.dart
FormProps
options property
options property
dark_mode
light_mode
options
property
List
<
FormOption
>
?
options
final
The options available for the form field.
Implementation
final List<FormOption>? options;
easy_formz package
documentation
models/form_props
FormProps
options property
FormProps class