isTabletSmall property

bool get isTabletSmall

True if width maps to DeviceType.tabletSmall.

Implementation

static bool get isTabletSmall => currentDeviceType == DeviceType.tabletSmall;