menu
flutter_gb_ui_kit package
documentation
presentation/inputs/select_field/select_field.dart
SelectFieldBase<T>
options property
options property
dark_mode
light_mode
options
property
List
<
SelectFieldOption
<
T
>
>
options
final
Provide the options to be used
Implementation
final List<SelectFieldOption<T>> options;
flutter_gb_ui_kit package
documentation
presentation/inputs/select_field/select_field
SelectFieldBase<T>
options property
SelectFieldBase class