secondaryAnimation property

  1. @override
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 route pushed on top of this route.

Implementation

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