isDesktop property
bool
get
isDesktop
Check if current screen is desktop
Implementation
static bool get isDesktop => ScreenUtil.instance.screenWidth >= desktop;
Check if current screen is desktop
static bool get isDesktop => ScreenUtil.instance.screenWidth >= desktop;