transitionBuilder property

AnimatedSwitcherTransitionBuilder? transitionBuilder
final

The transition builder.

It can be detect the display mode of the NavigationView above it, if any, and change the transition accordingly. By default, if the display mode is top, HorizontalSlidePageTransition is used, otherwise DrillInPageTransition is used.

Implementation

final AnimatedSwitcherTransitionBuilder? transitionBuilder;