pivot property

Offset pivot
getter/setter pair

The normalized point which the node is transformed around.

// Position myNode from is middle top
myNode.pivot = Offset(0.5, 0.0);

Implementation

late Offset pivot;