isMobileSmall property

bool get isMobileSmall

True if width maps to DeviceType.mobileSmall.

Implementation

static bool get isMobileSmall => currentDeviceType == DeviceType.mobileSmall;