position property

Vector2 position

Implementation

Vector2 get position => _position;
void position=(Vector2 value)

Implementation

set position(Vector2 value) {
  _position = value;
}