DragTransitionPage constructor

const DragTransitionPage({
  1. Key? key,
  2. required WidgetBuilder builder,
  3. bool hero = true,
  4. bool dragDismissWithNoScaleAnimationAtTopEdge = false,
})

Implementation

const DragTransitionPage({
  super.key,
  required this.builder,
  this.hero = true,
  this.dragDismissWithNoScaleAnimationAtTopEdge = false,
});