transitionBetweenRoutes property

bool transitionBetweenRoutes
final

Whether the iOS navigation bar content should animate between routes.

Defaults to true. Set to false to prevent Cupertino hero-style transitions from hiding or repositioning bar elements during route pushes. Has no effect on Material AppBar.

Implementation

final bool transitionBetweenRoutes;