isTablet property

bool isTablet

Get true if isTablet

Implementation

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