onChanged property

void Function(String)? onChanged
final

The onChanged returns the text inside the InputField anytime it's changed.

Implementation

final void Function(String)? onChanged;