isLandscape static method

bool isLandscape()

Implementation

static bool isLandscape() {
  return Get.context!.isLandscape;
}