setQuery method
Set the cross-column search string (empty clears it).
Implementation
void setQuery(String q) {
if (q == _query) return;
_query = q;
_recompute();
}
Set the cross-column search string (empty clears it).
void setQuery(String q) {
if (q == _query) return;
_query = q;
_recompute();
}