isXs property
bool
get
isXs
name convention to check if xsmall screen
Implementation
bool get isXs => deviceSize == DeviceSize.xs;
name convention to check if xsmall screen
bool get isXs => deviceSize == DeviceSize.xs;