isTablet static method

bool isTablet(
  1. BuildContext context
)

Implementation

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