ScaleInAnimation constructor
const
ScaleInAnimation({})
Implementation
const ScaleInAnimation({
super.key,
required this.child,
this.animateType = AnimateType.once,
this.durationMilliseconds = 600,
this.delay = const Duration(milliseconds: 0),
this.developerMode = false,
});