isXs property
bool
get
isXs
Returns true if the screen is extra small.
Implementation
bool get isXs => screenSize == ScreenSize.xs;
Returns true if the screen is extra small.
bool get isXs => screenSize == ScreenSize.xs;