menu
sunday_platform package
documentation
MainComponents/sunday_text_field/sunday_text_field.dart
SundayTextField
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
String
>
?
onChanged
final
Callback that is called when the text field's value changes.
Implementation
final ValueChanged<String>? onChanged;
sunday_platform package
documentation
MainComponents/sunday_text_field/sunday_text_field
SundayTextField
onChanged property
SundayTextField class