isTablet property

bool get isTablet

Returns true if this is a tablet.

Implementation

bool get isTablet => deviceType == DeviceType.tablet;