isTablet property
bool
get
isTablet
True if width maps to DeviceType.tablet.
Implementation
static bool get isTablet => currentDeviceType == DeviceType.tablet;
True if width maps to DeviceType.tablet.
static bool get isTablet => currentDeviceType == DeviceType.tablet;