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