animation property
The animation that drives the child
's transition.
When this animation runs forward, the child
transitions as specified by
forwardBuilder. When it runs in reverse, the child transitions according
to reverseBuilder.
Implementation
final Animation<double> animation;