orientation property

Orientation get orientation

Get the device orientation

Example: context.orientation

Implementation

Orientation get orientation => MediaQuery.of(this).orientation;