The rotation of this node in degrees.
myNode.rotation = 45.0;
double get rotation => _rotation;
set rotation(double rotation) { assert(rotation != null); _rotation = rotation; invalidateTransformMatrix(); }