xDegrees property

double xDegrees

Describes the rotation of the device's longer side 0 == parallel to the ground 90 == device standing upright, bottom side facing the ground -90 == device standing upside-down, top side facing the ground 180 and -180 == device's screen facing down

Implementation

double get xDegrees => xRadian * 180 / pi;