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