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