animation property Null safety
override
The animation that drives the route's transition and the previous route's forward transition.
Implementation
@override
Animation<double>? get animation => _animationProxy;
The animation that drives the route's transition and the previous route's forward transition.
@override
Animation<double>? get animation => _animationProxy;