isPhoneOrSmaller property

bool get isPhoneOrSmaller

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

Implementation

bool get isPhoneOrSmaller => matchesValueOrSmaller(CommonBreakpoint.phone);