X coordinate of the translation transform.
double get x => _position.x;
set x(double x) => _position.x = x;