isSmallDevice property
bool
get
isSmallDevice
Combined helpers if you want to group them:
Implementation
bool get isSmallDevice => isMobile || isTablet;
Combined helpers if you want to group them:
bool get isSmallDevice => isMobile || isTablet;