Sphere constructor
const
Sphere({})
Implementation
const Sphere({
super.key,
required this.children,
required this.size,
this.rotationX = 30.0, // degrees per second
this.rotationY = 30.0, // optional vertical angle in degrees
this.alphaEnabled = true,
}) : isRotate = false,
isGesture = false;