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