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