isXSmall static method
Check if the screen size is xsmall
Implementation
static bool isXSmall(BuildContext context) {
return MediaQuery.of(context).size.width < _smMinWidth;
}
Check if the screen size is xsmall
static bool isXSmall(BuildContext context) {
return MediaQuery.of(context).size.width < _smMinWidth;
}