origin property

Point? origin
final

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;