bottomBarTotalHeight static method

double bottomBarTotalHeight()

获取底部TabBar高度+底部安全距离高度

Implementation

static double bottomBarTotalHeight() {
  return kBottomNavigationBarHeight + Get.mediaQuery.padding.bottom;
}