menu
auto_screen package
documentation
screen_util.dart
ScreenUtil
isDesktop property
isDesktop property
dark_mode
light_mode
isDesktop
property
bool
get
isDesktop
Is desktop (width >= 900dp)
Implementation
bool get isDesktop => _screenWidth >= 900;
auto_screen package
documentation
screen_util
ScreenUtil
isDesktop property
ScreenUtil class