checkFocus static method

bool checkFocus()

Implementation

static bool checkFocus() {
  if (GetInstance().isRegistered<MobileSearchBarController>() &&
      Get.find<MobileSearchBarController>().myfocus != null &&
      Get.find<MobileSearchBarController>().myfocus!.hasFocus) {
    return true;
  } else {
    return false;
  }
}