ModulaScaleIn constructor
const
ModulaScaleIn({})
Implementation
const ModulaScaleIn({
required this.child,
super.key,
this.duration = const Duration(milliseconds: 600),
this.delay = Duration.zero,
this.curve = Curves.easeOutBack,
this.beginScale = 0.8,
});