isLarge property

bool get isLarge

true if the current breakpointValue exactly matches GranularBreakpoint.large

Implementation

bool get isLarge => matchesValue(GranularBreakpoint.large);