isTablet static method
- BuildContext context
Implementation
static bool isTablet(BuildContext context) =>
screenWidth(context) < 1100 && screenWidth(context) >= 960;
static bool isTablet(BuildContext context) =>
screenWidth(context) < 1100 && screenWidth(context) >= 960;