isXSmall property

bool get isXSmall

true if the current breakpointValue exactly matches GranularBreakpoint.xSmall

Implementation

bool get isXSmall => matchesValue(GranularBreakpoint.xSmall);