isTablet property
bool
get
isTablet
Returns true if this is a tablet.
Implementation
bool get isTablet => deviceType == DeviceType.tablet;
Returns true if this is a tablet.
bool get isTablet => deviceType == DeviceType.tablet;