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