beamBackTransitionDelegate property

TransitionDelegate beamBackTransitionDelegate
final

A transition delegate to be used by Navigator when beaming back.

When calling beamBack, it's useful to animate routes in reverse order; adding the new ones behind and then popping the current ones, therefore, the default is ReverseTransitionDelegate.

Implementation

final TransitionDelegate beamBackTransitionDelegate;