xxl property
bool
get
xxl
Returns true if screen width ≥ XXL breakpoint
Implementation
bool get xxl => ResponsiveBreakpoints.isXxlContext(this);
Returns true if screen width ≥ XXL breakpoint
bool get xxl => ResponsiveBreakpoints.isXxlContext(this);