onChanged property
The onChanged returns the text inside the InputField anytime it's changed.
Implementation
final void Function(String)? onChanged;
The onChanged returns the text inside the InputField anytime it's changed.
final void Function(String)? onChanged;