transitionBuilder property

SwipeableTransitionBuilder transitionBuilder
final

Custom builder to wrap the child widget.

By default, this wraps the child in a CupertinoPageTransition, or, if it's a full-screen dialog, in a CupertinoFullscreenDialogTransition.

You can override this to, e.g., customize the position or shadow animations.

Implementation

final SwipeableTransitionBuilder transitionBuilder;