isXXL property
bool
get
isXXL
Returns true if the width is greater than or equal to 1400.
Implementation
bool get isXXL => width >= 1400;
Returns true if the width is greater than or equal to 1400.
bool get isXXL => width >= 1400;