menu
pp_kits package
documentation
utils/screen_util.dart
DScreenUtil
isLandscape static method
isLandscape static method
dark_mode
light_mode
isLandscape
static method
bool
isLandscape
(
)
判断是否是横屏
Implementation
static bool isLandscape() { return Get.mediaQuery.orientation == Orientation.landscape; }
pp_kits package
documentation
utils/screen_util
DScreenUtil
isLandscape static method
DScreenUtil class