The y-coordinate of the top edge of the rectangle. Alias for top.
T get y => top;
Sets the y-coordinate of the top edge of the rectangle. Alias for setting top.
set y(y) => top = y;