Cube3DAnimation constructor
const
Cube3DAnimation({})
Constructor for the Cube3DAnimation widget.
Implementation
const Cube3DAnimation({
super.key,
required this.child,
this.sideLength = 100,
this.duration = const Duration(seconds: 4),
this.isContinuous = true,
});