The current search text.
String get text => _text;
set text(String value) { if (_text != value) { _text = value; notifyListeners(); } }