Y coordinate of the translation transform.
double get y => _position.y;
set y(double y) => _position.y = y;