OnTextChanged typedef
OnTextChanged =
void Function(String)
A callback type for handling text changes.
Implementation
typedef OnTextChanged = void Function(String);
A callback type for handling text changes.
typedef OnTextChanged = void Function(String);