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