isXLargeOrSmaller property
      
      bool
      get
      isXLargeOrSmaller
      
    
    
true if the current breakpointValue matches GranularBreakpoint.xLarge or a smaller breakpoint
Implementation
bool get isXLargeOrSmaller => matchesValueOrSmaller(GranularBreakpoint.xLarge);