num rotationY

The y-axis rotation in 3D space.

Source

@override
num get rotationY => _rotationY;
void rotationY=(num value)

Source

@override
set rotationY(num value) {
  if (value is num) _rotationY = value;
  _transformationMatrix3DRefresh = true;
}