ModulaRotateIn constructor
const
ModulaRotateIn({})
Implementation
const ModulaRotateIn({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 600),
this.curve = Curves.easeOut,
this.angle = 1.0, // default 1 radian (~57 deg)
this.clockwise = true,
});