sm property

bool get sm

Returns true if screen width ≥ small breakpoint

Implementation

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