menu
pp_kits package
documentation
utils/screen_util.dart
DScreenUtil
isPhone static method
isPhone static method
dark_mode
light_mode
isPhone
static method
bool
isPhone
(
)
判断是否是手机尺寸(宽度小于600dp)
Implementation
static bool isPhone() { return Get.width < 600; }
pp_kits package
documentation
utils/screen_util
DScreenUtil
isPhone static method
DScreenUtil class