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