isTablet property
bool
get
isTablet
Get true if isTablet
Implementation
bool get isTablet => _deviceType == DeviceType.tablet;
Get true if isTablet
bool get isTablet => _deviceType == DeviceType.tablet;