isTablet property

bool get isTablet

Get true if isTablet

Implementation

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