isTabletScreen static method
Implementation
static bool isTabletScreen(BuildContext context) {
return screenWidth(context) >= 800 && screenWidth(context) < 1200;
}
static bool isTabletScreen(BuildContext context) {
return screenWidth(context) >= 800 && screenWidth(context) < 1200;
}