animate method

Start the animation chain

Implementation

AnimatedWidgetBuilder animate() {
  return AnimatedWidgetBuilder(
    config: AnimationConfig(),
    child: this,
  );
}