topSafeHeight static method

double topSafeHeight()

获取顶部安全距离高度(状态栏高度)

Implementation

static double topSafeHeight() {
  return Get.mediaQuery.padding.top;
}