isXXLarge property
bool
get
isXXLarge
true if the current breakpointValue exactly matches GranularBreakpoint.xxLarge
Implementation
bool get isXXLarge => matchesValue(GranularBreakpoint.xxLarge);
true if the current breakpointValue exactly matches GranularBreakpoint.xxLarge
bool get isXXLarge => matchesValue(GranularBreakpoint.xxLarge);