isSmallWidthMobile property
bool
get
isSmallWidthMobile
Implementation
static bool get isSmallWidthMobile => isMobile && width < UFUResponsiveDesign.maxSmallMobileWidth;
static bool get isSmallWidthMobile => isMobile && width < UFUResponsiveDesign.maxSmallMobileWidth;