isSmallOrLarger property

bool isSmallOrLarger

true if the current breakpointValue matches GranularBreakpoint.small or a larger breakpoint

Implementation

bool get isSmallOrLarger => matchesValueOrLarger(GranularBreakpoint.small);