rotation property

double? rotation
final

double The rotation in radians, so math.pi/0.5 will rotate a full circle, math.pi/6 will rotate a small amount

Implementation

final double? rotation;