isXs property

bool get isXs

Returns true if the width is less than 576.

Implementation

bool get isXs => width < 576;