isXLarge property
      
      bool
      get
      isXLarge
      
    
    
true if the current breakpointValue exactly matches GranularBreakpoint.xLarge
Implementation
bool get isXLarge => matchesValue(GranularBreakpoint.xLarge);true if the current breakpointValue exactly matches GranularBreakpoint.xLarge
bool get isXLarge => matchesValue(GranularBreakpoint.xLarge);