onSearch method

void onSearch()

Implementation

void onSearch() {
  if (!_popupController.isShowing) {
    _popupController.show();
  }
}