isSmallTabletSize property
bool
get
isSmallTabletSize
True if the shortestSide is largest than 600p
Implementation
bool get isSmallTabletSize => (shortestSide >= 600);
True if the shortestSide is largest than 600p
bool get isSmallTabletSize => (shortestSide >= 600);