isMobile property
bool
get
isMobile
Check if current screen is mobile
Implementation
static bool get isMobile => ScreenUtil.instance.screenWidth < mobile;
Check if current screen is mobile
static bool get isMobile => ScreenUtil.instance.screenWidth < mobile;