origin property
The position of the image within a sprite, if any. By default, the origin is located at the top left corner of the image (0, 0).
Implementation
final Point? origin;
The position of the image within a sprite, if any. By default, the origin is located at the top left corner of the image (0, 0).
final Point? origin;