void setVelocityAxis({double? x, double? y}) { _velocity.x = x ?? _velocity.x; _velocity.y = y ?? _velocity.y; }