animation property Null safety

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;