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