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