WtAnimate constructor
const
WtAnimate({})
Animates child into view, composing any of fade/slide/scale.
Implementation
const WtAnimate({
super.key,
required this.child,
this.duration,
this.delay = Duration.zero,
this.curve,
this.fadeFrom,
this.slideFrom,
this.scaleFrom,
});