x property

double x

X position of this component's anchor on the screen.

Implementation

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

Implementation

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