num offsetX

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

Source

@override
num get offsetX => _offsetX;
void offsetX=(num value)

Source

@override
set offsetX(num value) {
  if (value is num) _offsetX = value;
  _transformationMatrix3DRefresh = true;
}