x property

double x

X coordinate of the translation transform.

Implementation

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

Implementation

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