isSmallTablet property

bool get isSmallTablet

True if the shortestSide is largest than 600p

Implementation

bool get isSmallTablet => mediaQueryShortestSide >= 600;