Y position of this component's anchor on the screen.
double get y => transform.y;
set y(double y) => transform.y = y;