isTablet static method

bool isTablet([
  1. Size? size
])

Implementation

static bool isTablet([Size? size]) =>
    getType(size) == DeviceScreenType.TABLET;