transitionDelegate property

TransitionDelegate? transitionDelegate

A transition delegate to be used by Navigator.

This will be used only by this location, unlike BeamerDelegate.transitionDelegate that will be used for all locations.

This transition delegate will override the one in BeamerDelegate.

See Navigator.transitionDelegate.

Implementation

TransitionDelegate? get transitionDelegate => null;