onChanged property

void Function(String)? onChanged
final

Called every time the text input is changed, with the current String as arg

Implementation

final void Function(String)? onChanged;