isLargeMobile property
bool
get
isLargeMobile
Check if current screen is large mobile
Implementation
static bool get isLargeMobile =>
ScreenUtil.instance.screenWidth >= largeMobile &&
ScreenUtil.instance.screenWidth < mobile;