isMediumDeviceOrLower top-level property

bool isMediumDeviceOrLower

Implementation

bool get isMediumDeviceOrLower {
  return deviceWidth! < 992;
}