angle property

double angle

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;
void angle=(double a)

Implementation

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