animation property

  1. @override
Animation<double>? animation
override

The animation that drives the route's transition and the previous route's forward transition.

Implementation

@override
Animation<double>? get animation => _animationProxy;