isLargeOrSmaller property

bool get isLargeOrSmaller

true if the current breakpointValue matches GranularBreakpoint.large or a smaller breakpoint

Implementation

bool get isLargeOrSmaller => matchesValueOrSmaller(GranularBreakpoint.large);