Query text to filter on.
String get inputText => _inputText;
set inputText(String text) { if (_inputText != text) { _inputText = text; _filter(); } }