isPhoneOrWider property
      
      bool
      get
      isPhoneOrWider
      
    
    
True if the width is higher than 600p
Implementation
bool get isPhoneOrWider => width >= 600;True if the width is higher than 600p
bool get isPhoneOrWider => width >= 600;