ModulaScaleOut constructor
const
ModulaScaleOut({})
Implementation
const ModulaScaleOut({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 300),
this.curve = Curves.easeIn,
this.scaleOut = true,
this.onEnd,
});