deviceIsLandscape property

bool get deviceIsLandscape

Implementation

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