The resolved X coordinate of this 2D element.
@override num get x => position.x;
@override set x(num x) => position = position.setX(x);