onPrefixSearchTap method

void onPrefixSearchTap ()

Implementation

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