bottomNavigationBarHeight static method
获取底部导航栏高度
返回结果: double BottomNavigationBar高度(单位: dp,默认为56.0)
示例:
double navBarH = DScreenUtil.bottomNavigationBarHeight();
Implementation
static double bottomNavigationBarHeight() {
return kBottomNavigationBarHeight;
}