isXLargeOrLarger property
      
      bool
      get
      isXLargeOrLarger
      
    
    
true if the current breakpointValue matches GranularBreakpoint.xLarge or a larger breakpoint
Implementation
bool get isXLargeOrLarger => matchesValueOrLarger(GranularBreakpoint.xLarge);