viewOnChanged property
final
Called each time the user modifies the search view's text field.
See also:
- viewOnSubmitted, which is called when the user indicates that they are done editing the search view's text field.
Implementation
final ValueChanged<String>? viewOnChanged;