isSmallDeviceOrLower top-level property

bool isSmallDeviceOrLower

Implementation

bool get isSmallDeviceOrLower {
  return deviceWidth! < 768;
}