menu
pp_kits package
documentation
utils/screen_util.dart
DScreenUtil
appBarHeight static method
appBarHeight static method
dark_mode
light_mode
appBarHeight
static method
double
appBarHeight
(
)
获取AppBar默认高度
Implementation
static double appBarHeight() { return Get.mediaQuery.padding.top + kToolbarHeight; }
pp_kits package
documentation
utils/screen_util
DScreenUtil
appBarHeight static method
DScreenUtil class