y property

double get y

Y coordinate of the translation transform.

Implementation

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

Implementation

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