isTablet static method
Returns true if the device is considered tablet
Implementation
static bool isTablet(BuildContext context) =>
width(context) >= 600 && width(context) < 1024;
Returns true if the device is considered tablet
static bool isTablet(BuildContext context) =>
width(context) >= 600 && width(context) < 1024;