isPortrait property

bool isPortrait

Implementation

bool get isPortrait {
  return orientation == Orientation.portrait;
}