x property

double x
inherited

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

Implementation

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

Implementation

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