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? onInit, Duration delay = Duration.zero, AnimationController? controller, Adapter? adapter}) Animate