secondaryAnimation property

Animation<double>? secondaryAnimation

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

Animation<double>? get secondaryAnimation => _secondaryAnimation;