isXs property

bool get isXs

Returns true if the screen is extra small.

Implementation

bool get isXs => screenSize == ScreenSize.xs;