WtScaleIn constructor
const
WtScaleIn({})
Scales child into view.
Implementation
const WtScaleIn({
super.key,
required this.child,
this.scaleFrom = 0.9,
this.duration,
this.delay = Duration.zero,
this.curve,
this.fade = true,
});