isLandscape property

bool isLandscape

Implementation

bool get isLandscape {
  return aspectRatio >= 1;
}