isTablet static method

bool isTablet()

Implementation

static bool isTablet() => !isWeb && MediaQuery.of(navigatorKey.currentContext!).size.shortestSide >= 600;