onChange property

(void Function(String value)?) onChange
final

Callback called whenever the search field's text changes.

Implementation

final void Function(String value)? onChange;