deviceOrientation property

Orientation get deviceOrientation

Implementation

Orientation get deviceOrientation {
  return MediaQuery.of(this).orientation;
}