pushTransition property

PageTransition? pushTransition
final

Configures the transition animation used when this page is pushed.

This can be set to one of the default built-in transitions:

Alternatively you can subclass PageTransition to create your own custom animation.

If this value is null, the platform default transition is used.

Implementation

final PageTransition? pushTransition;