menu
pp_kits package
documentation
utils/screen_util.dart
DScreenUtil
bottomSafeHeight static method
bottomSafeHeight static method
dark_mode
light_mode
bottomSafeHeight
static method
double
bottomSafeHeight
(
)
获取底部安全距离高度
Implementation
static double bottomSafeHeight() { return Get.mediaQuery.padding.bottom; }
pp_kits package
documentation
utils/screen_util
DScreenUtil
bottomSafeHeight static method
DScreenUtil class