deviceIsLandscape property

bool get deviceIsLandscape
inherited

Implementation

bool get deviceIsLandscape {
  return deviceOrientation == Orientation.landscape;
}