isTabletLarge static method
- BuildContext context
Implementation
static isTabletLarge(BuildContext context) => _getCurrentScreenSize(context).width >= minTabletLargeWidth && _getCurrentScreenSize(context).width < minDesktopWidth;
static isTabletLarge(BuildContext context) => _getCurrentScreenSize(context).width >= minTabletLargeWidth && _getCurrentScreenSize(context).width < minDesktopWidth;