Sets the X and Y coordinate.
@override Position setXY(num x, num y) { translate = Point(x, y); return this; }