secondaryAnimation property

Animation<double> secondaryAnimation
override

The animation for the route being pushed on top of this route. This animation lets this route coordinate with the entrance and exit transition of routes pushed on top of this route.

Implementation

@override
Animation<double> get secondaryAnimation => _secondaryAnimationProxy;