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