ModulaFlipIn constructor
const
ModulaFlipIn({})
Implementation
const ModulaFlipIn({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 800),
this.delay = Duration.zero,
this.axis = FlipAxis.y,
this.curve = Curves.easeOutBack,
this.reverse = false,
});