isLargeDeviceOrLower top-level property

bool isLargeDeviceOrLower

Implementation

bool get isLargeDeviceOrLower {
  return deviceWidth! < 1200;
}