isSmallTabletOrLess property
      
      bool
      get
      isSmallTabletOrLess
      
    
    
True if the width is smaller than 600p
Implementation
bool get isSmallTabletOrLess => width <= 600;True if the width is smaller than 600p
bool get isSmallTabletOrLess => width <= 600;