isLarge property
bool
get
isLarge
true if the current breakpointValue exactly matches GranularBreakpoint.large
Implementation
bool get isLarge => matchesValue(GranularBreakpoint.large);
true if the current breakpointValue exactly matches GranularBreakpoint.large
bool get isLarge => matchesValue(GranularBreakpoint.large);