AnimatedScale constructor
const
AnimatedScale({})
Implementation
const AnimatedScale({
super.key,
this.child,
this.scale = 1,
this.duration = const Duration(milliseconds: 150),
this.alignment = Alignment.center,
});