isDesktop property

bool get isDesktop

Check if current screen is desktop

Implementation

static bool get isDesktop => ScreenUtil.instance.screenWidth >= desktop;