menu
tekio_forms package
documentation
widgets/form_fields/text_field.dart
TekioTextField
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
ValueChanged
<
String
?
>
?
onChanged
final
inherited
Called when the field value is changed.
Implementation
final ValueChanged<T?>? onChanged;
tekio_forms package
documentation
widgets/form_fields/text_field
TekioTextField
onChanged property
TekioTextField class