isOverMaxWidth property

bool get isOverMaxWidth

Whether the current width exceeds the design desktop breakpoint.

Implementation

bool get isOverMaxWidth => size.width > config.desktopBreakpoint;