isOverMaxWidth property
bool
get
isOverMaxWidth
Whether the current width exceeds the design desktop breakpoint.
Implementation
bool get isOverMaxWidth => size.width > config.desktopBreakpoint;
Whether the current width exceeds the design desktop breakpoint.
bool get isOverMaxWidth => size.width > config.desktopBreakpoint;