isXLarge property

bool get isXLarge

true if the current breakpointValue exactly matches GranularBreakpoint.xLarge

Implementation

bool get isXLarge => matchesValue(GranularBreakpoint.xLarge);