x property

double get x

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

Implementation

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

Implementation

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