The resolved Y coordinate of this 2D element.
@override num get y => position.y;
@override set y(num y) => position = position.setY(y);