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