isTablet property

bool get isTablet

True if width maps to DeviceType.tablet.

Implementation

static bool get isTablet => currentDeviceType == DeviceType.tablet;