transitionsBuilder property

RouteTransitionsBuilder transitionsBuilder
final

Used to build the route's transitions.

The animation argument drives this route's own entrance and exit transition. The secondaryAnimation argument drives transitions for this route when another route is pushed on top of it or popped from above it, if both routes allow transition coordination. See TransitionRoute.canTransitionTo and TransitionRoute.canTransitionFrom.

See ModalRoute.buildTransitions for complete definition of the parameters.

The default transition is a jump cut (i.e. no animation).

Implementation

final RouteTransitionsBuilder transitionsBuilder;