menu
custom_styles_package package
documentation
widgets/custom_text_field.dart
CustomTextField
validator property
validator property
dark_mode
light_mode
validator
property
String
? Function
(
String
?
)
?
validator
final
this is the validator of the custom text field
Implementation
final String? Function(String?)? validator;
custom_styles_package package
documentation
widgets/custom_text_field
CustomTextField
validator property
CustomTextField class