onPrefixSearchTap method
Implementation
void onPrefixSearchTap() {
FocusScope.of(context).requestFocus(searchFocusNode);
_highlightQueryText();
}
void onPrefixSearchTap() {
FocusScope.of(context).requestFocus(searchFocusNode);
_highlightQueryText();
}