AnimateWidgetExtensions extension

Wraps the target Widget in an Animate instance. Ex. myWidget.animate() is equivalent to Animate(child: myWidget).

on

Methods

animate({Key? key, List<Effect>? effects, AnimateCallback? onComplete, AnimateCallback? onPlay, Duration delay = Duration.zero, AnimationController? controller, Adapter? adapter, double? target}) Animate