isTablet property
bool
get
isTablet
If the current device is a Tablet.
Implementation
static bool get isTablet => getDeviceType() == TDeviceType.tablet;
If the current device is a Tablet.
static bool get isTablet => getDeviceType() == TDeviceType.tablet;