z property

double get z

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

Implementation

double get z => transform.z;
set z (double z)

Implementation

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