y property

T get y

The y-coordinate of the top edge of the rectangle. Alias for top.

Implementation

T get y => top;
set y (dynamic y)

Sets the y-coordinate of the top edge of the rectangle. Alias for setting top.

Implementation

set y(y) => top = y;