isTablet property

bool get isTablet

Returns true if the device is a tablet device.

Implementation

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