isMediumOrSmaller property

bool get isMediumOrSmaller

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

Implementation

bool get isMediumOrSmaller => matchesValueOrSmaller(GranularBreakpoint.medium);