lg property

bool get lg

Returns true if screen width ≥ large breakpoint

Implementation

bool get lg => ResponsiveBreakpoints.isLgContext(this);