bottomBarTotalHeight static method
获取底部TabBar高度+底部安全距离高度
Implementation
static double bottomBarTotalHeight() {
return kBottomNavigationBarHeight + Get.mediaQuery.padding.bottom;
}
获取底部TabBar高度+底部安全距离高度
static double bottomBarTotalHeight() {
return kBottomNavigationBarHeight + Get.mediaQuery.padding.bottom;
}