position property
Vector2
get
position
Implementation
Vector2 get position => _position;
set
position
(Vector2 next)
Implementation
set position(Vector2 next) {
_position = next.clone();
_matrixCached = false;
}