menu
auto_screen package
documentation
screen_util.dart
ScreenUtil
isPhone property
isPhone property
dark_mode
light_mode
isPhone
property
bool
get
isPhone
Is phone (width < 600dp)
Implementation
bool get isPhone => _screenWidth < 600;
auto_screen package
documentation
screen_util
ScreenUtil
isPhone property
ScreenUtil class