animation property
The animation that drives the child's entrance and exit.
See also:
TransitionRoute.animate
, which is the value given to this property when the FadeThroughTransition is used as a page transition.
Implementation
final Animation<double> animation;