height static method

double height()

获取屏幕高度

Implementation

static double height() {
  return Get.height;
}