alignment property
final
The alignment of the origin of the coordinate system in which the transform takes place, relative to the size of the box.
For example, to set the origin of the transform to bottom middle, you can use an alignment of (0.0, 1.0).
Implementation
final Alignment alignment;