isSmallTablet property

bool isSmallTablet

True if the shortestSide is largest than 600p

Implementation

bool get isSmallTablet => mediaQueryShortestSide >= 600;