isSmallDeviceOrLower top-level property
bool
get
isSmallDeviceOrLower
Implementation
bool get isSmallDeviceOrLower {
return deviceWidth! < 768;
}
bool get isSmallDeviceOrLower {
return deviceWidth! < 768;
}