position property

Vector2 get position

Implementation

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

Implementation

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