Sphere.gesture constructor
const
Sphere.gesture({})
Implementation
const Sphere.gesture({
super.key,
required this.children,
required this.size,
this.alphaEnabled = true,
}) : rotationX = 0,
rotationY = 0,
isGesture = true,
isRotate = false;