rotationY property
override
The y-axis rotation in 3D space.
Implementation
@override
num get rotationY => _rotationY;
override
Implementation
@override
set rotationY(num value) {
if (value is num) _rotationY = value;
_transformationMatrix3DRefresh = true;
}