isSmall property

bool get isSmall

true if the current breakpointValue exactly matches GranularBreakpoint.small

Implementation

bool get isSmall => matchesValue(GranularBreakpoint.small);