isXSmall property

bool isXSmall

true if the current breakpointValue exactly matches GranularBreakpoint.xSmall

Implementation

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