deviceIsPortrait property

bool get deviceIsPortrait
inherited

Implementation

bool get deviceIsPortrait {
  return deviceOrientation == Orientation.portrait;
}