z property

double get z
inherited

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

Implementation

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

Implementation

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