isTablet static method
- BuildContext context
Implementation
static bool isTablet(BuildContext context) => _getCurrentScreenSize(context).width >= minTabletWidth && _getCurrentScreenSize(context).width < minTabletLargeWidth;
static bool isTablet(BuildContext context) => _getCurrentScreenSize(context).width >= minTabletWidth && _getCurrentScreenSize(context).width < minTabletLargeWidth;