angle property

double get angle
inherited

Rotation angle (in radians) of the component. The component will be rotated around its anchor point in the clockwise direction if the angle is positive, or counterclockwise if the angle is negative.

Implementation

double get angle => transform.angle;
set angle (double a)
inherited

Implementation

set angle(double a) => transform.angle = a;