WAnimatedScale constructor
const
WAnimatedScale({})
Implementation
const WAnimatedScale({
super.key,
required this.child,
this.delay = const Duration(milliseconds: 0),
this.duration = const Duration(milliseconds: 500),
this.curve = Curves.linear,
this.begin = 0.75,
this.end = 1.0,
this.alignment = Alignment.center,
});