Animation<double> createAnimation()

Called to create the animation that exposes the current progress of the transition controlled by the animation controller created by createAnimationController().

Source

Animation<double> createAnimation() {
  assert(_controller != null);
  return _controller.view;
}