getBottomBarH static method
status bar Height 当前BottomBar高度
Implementation
static double getBottomBarH(BuildContext context) {
var mediaQuery = MediaQuery.of(context);
return mediaQuery.padding.bottom;
}
status bar Height 当前BottomBar高度
static double getBottomBarH(BuildContext context) {
var mediaQuery = MediaQuery.of(context);
return mediaQuery.padding.bottom;
}