isXSS property

bool isXSS

name convention to check if xsmall or small screen

Implementation

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