bottomSafeHeight static method

double bottomSafeHeight()

获取底部安全距离高度

Implementation

static double bottomSafeHeight() {
  return Get.mediaQuery.padding.bottom;
}