DragTransitionPage constructor
const
DragTransitionPage({
- Key? key,
- required WidgetBuilder builder,
- bool hero = true,
- bool dragDismissWithNoScaleAnimationAtTopEdge = false,
Implementation
const DragTransitionPage({
super.key,
required this.builder,
this.hero = true,
this.dragDismissWithNoScaleAnimationAtTopEdge = false,
});