offset property

Vector2 get offset

Implementation

Vector2 get offset => Vector2(anchor.x * size.x, anchor.y * size.y);