onChanged property
Called every time the text input is changed, with the current String as arg
Implementation
final void Function(String)? onChanged;
Called every time the text input is changed, with the current String as arg
final void Function(String)? onChanged;