onChange property
final
Callback called whenever the search field's text changes.
Implementation
final void Function(String value)? onChange;
Callback called whenever the search field's text changes.
final void Function(String value)? onChange;