menu
jet_flutter_framework package
documentation
jet_framework.dart
FormBuilderChoiceChips<T>
options property
options property
dark_mode
light_mode
options
property
List
<
FormBuilderChipOption
<
T
>
>
options
final
The list of items the user can select.
Implementation
final List<FormBuilderChipOption<T>> options;
jet_flutter_framework package
documentation
jet_framework
FormBuilderChoiceChips<T>
options property
FormBuilderChoiceChips class