md property

bool get md

Returns true if maxWidth ≥ medium breakpoint

Implementation

bool get md => ResponsiveBreakpoints.isMd(this);