y property

double y

Y coordinate of the translation transform.

Implementation

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

Implementation

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