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