menu
pp_kits package
documentation
utils/screen_util.dart
DScreenUtil
topSafeHeight static method
topSafeHeight static method
dark_mode
light_mode
topSafeHeight
static method
double
topSafeHeight
(
)
获取顶部安全距离高度(状态栏高度)
Implementation
static double topSafeHeight() { return Get.mediaQuery.padding.top; }
pp_kits package
documentation
utils/screen_util
DScreenUtil
topSafeHeight static method
DScreenUtil class