y property

double y

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

Implementation

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

Implementation

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