nullableDeviceOrientation property

Orientation? get nullableDeviceOrientation

Returns the current Orientation, or null when no MediaQuery exists.

Example:

Orientation? nullableOrientation = context.nullableDeviceOrientation;

Implementation

Orientation? get nullableDeviceOrientation =>
    MediaQuery.maybeOrientationOf(this);