sm property

bool get sm

Returns true if maxWidth ≥ small breakpoint

Implementation

bool get sm => ResponsiveBreakpoints.isSm(this);