isPhoneOrLarger property
bool
get
isPhoneOrLarger
true if the current breakpointValue matches CommonBreakpoint.phone or a larger breakpoint
Implementation
bool get isPhoneOrLarger => matchesValueOrLarger(CommonBreakpoint.phone);