rotateDegrees property

double? rotateDegrees
final

The rotation, in degrees (1 turn is 360 degrees). The position of the axis of the rotation (the "origin") depends on the alignment parameter and the parent. So, for example, Alignment.center means the axis of rotation is at the center of the parent.

Implementation

final double? rotateDegrees;