y property

double y
inherited

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

Implementation

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

Implementation

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