cOrient property

Orientation cOrient

Returns the orientation of the device screen obtained from MediaQuery.of(context).orientation.

Implementation

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