isMedium property

bool get isMedium

true if the current breakpointValue exactly matches GranularBreakpoint.medium

Implementation

bool get isMedium => matchesValue(GranularBreakpoint.medium);