Z position of this component's anchor on the screen.
double get z => transform.z;
set z(double z) => transform.z = z;