isLandscape property

bool isLandscape

Implementation

bool get isLandscape {
  return orientation == Orientation.landscape;
}