isTablet static method

bool isTablet()

Implementation

static bool isTablet() {
  return Get.context!.isTablet;
}