animation property

Animation<Alignment>? animation

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

Implementation

Animation<Alignment>? get animation => _animation;