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