ModulaRotateOut constructor
const
ModulaRotateOut({})
Implementation
const ModulaRotateOut({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 400),
this.curve = Curves.easeInOut,
this.rotateOut = true,
this.rotationAngle = 3.14, // default 180 degrees
this.alignment = Alignment.center,
this.onEnd,
});