isTablet static method

bool isTablet()

Implementation

static bool isTablet() => navigatorKey.currentContext!.isTablet && !kIsWeb;