isPortrait property

bool isPortrait

Implementation

bool get isPortrait {
  return aspectRatio <= 1;
}