isXSS property

bool get isXSS

name convention to check if xsmall or small screen

Implementation

bool get isXSS => deviceSize == DeviceSize.xs || deviceSize == DeviceSize.sm;