transitionBetweenRoutes property

bool transitionBetweenRoutes
final

Whether the iOS navigation bar content should animate between routes.

Defaults to true. Set to false when trailing or leading widgets contain interactive controls (e.g. anchored menus) that must remain visible during route transitions.

Implementation

final bool transitionBetweenRoutes;