isLandscape static method

bool isLandscape()

判断是否是横屏

Implementation

static bool isLandscape() {
  return Get.mediaQuery.orientation == Orientation.landscape;
}