isXXLarge property

bool isXXLarge

true if the current breakpointValue exactly matches GranularBreakpoint.xxLarge

Implementation

bool get isXXLarge => matchesValue(GranularBreakpoint.xxLarge);