menu
global_template package
documentation
widgets/reusable/dropdown_formfield_custom.dart
DropdownFormFieldCustom<T>
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
T?
value
)
?
onChanged
final
Implementation
final void Function(T? value)? onChanged;
global_template package
documentation
widgets/reusable/dropdown_formfield_custom
DropdownFormFieldCustom<T>
onChanged property
DropdownFormFieldCustom class