isPortrait static method

bool isPortrait()

Implementation

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