isSmallTabletSize property

bool get isSmallTabletSize

True if the shortestSide is largest than 600p

Implementation

bool get isSmallTabletSize => (shortestSide >= 600);