isMediumOrLarger property

bool get isMediumOrLarger

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

Implementation

bool get isMediumOrLarger => matchesValueOrLarger(GranularBreakpoint.medium);