isTablet property

bool get isTablet

If the current device is a Tablet.

Implementation

static bool get isTablet => getDeviceType() == TDeviceType.tablet;