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