x property

double get x

X coordinate of the translation transform.

Implementation

double get x => _position.x;
set x (double x)

Implementation

set x(double x) => _position.x = x;