offsetZ property

  1. @override
num offsetZ
override

The offset to the z-axis for all children in 3D space.

Implementation

@override
num get offsetZ => _offsetZ;
  1. @override
void offsetZ=(num value)
override

Implementation

@override
set offsetZ(num value) {
  _offsetZ = value;
  _transformationMatrix3DRefresh = true;
}