angle property

int? angle
getter/setter pair

The angle between the standard orientation and the desired orientation.

Measured in degrees. Valid values are between -90 and 90. Positive angles are angled upwards, negative are angled downwards. Note: For LTR text direction positive angles are in the counterclockwise direction, whereas for RTL they are in the clockwise direction

Implementation

core.int? angle;