isSm property

bool get isSm

Implementation

bool get isSm => size.width >= 576 && size.width < 768;