secondaryAnimation property
The animation that transitions child when new content is pushed on top of it.
See also:
- TransitionRoute.secondaryAnimation, which is the value given to this
Implementation
// property when the [FadeThroughTransition] is used as a page transition.
final Animation<double> secondaryAnimation;