z property

double get z

Z coordinate of the translation transform.

Implementation

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

Implementation

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