transitionDelegate property Null safety
final
The delegate used for deciding how routes transition in or off the screen during the pages updates.
Defaults to DefaultTransitionDelegate if not specified, cannot be null.
Implementation
final TransitionDelegate<dynamic> transitionDelegate;