rotationY property

double rotationY

The node's rotation around the y axis in degrees.

Implementation

double get rotationY => _rotationY;
void rotationY=(double rotationY)

Implementation

set rotationY(double rotationY) {
  _rotationY = rotationY;
  invalidateTransformMatrix();
}