x property

double get x
inherited

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

Implementation

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

Implementation

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