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