isTablet property

bool get isTablet

Returns true if deviceType is DeviceType.tablet.

Implementation

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