isXLarge static method
Check if the screen size is xlarge
Implementation
static bool isXLarge(BuildContext context) {
return MediaQuery.of(context).size.width >= _xlMinWidth;
}
Check if the screen size is xlarge
static bool isXLarge(BuildContext context) {
return MediaQuery.of(context).size.width >= _xlMinWidth;
}