isSmallDeviceOrHigher top-level property

bool isSmallDeviceOrHigher

Implementation

bool get isSmallDeviceOrHigher {
  return deviceWidth! >= 576;
}