rotationX property

double rotationX

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

Implementation

double get rotationX => _rotationX;
void rotationX=(double rotationX)

Implementation

set rotationX(double rotationX) {
  _rotationX = rotationX;
  invalidateTransformMatrix();
}