menu
flutter_gb_ui_kit package
documentation
presentation/inputs/select_field/select_field.dart
SelectField<T>
onSelected property
onSelected property
dark_mode
light_mode
onSelected
property
ValueChanged
<
T
>
?
onSelected
final
Callback that is triggered each time the user selects an option
Implementation
final ValueChanged<T>? onSelected;
flutter_gb_ui_kit package
documentation
presentation/inputs/select_field/select_field
SelectField<T>
onSelected property
SelectField class