isTabletOrSmaller property

bool get isTabletOrSmaller

true if the current breakpointValue matches CommonBreakpoint.tablet or a smaller breakpoint

Implementation

bool get isTabletOrSmaller => matchesValueOrSmaller(CommonBreakpoint.tablet);