PageTransitionSettings constructor

const PageTransitionSettings({
  1. Widget? childCurrent,
  2. BuildContext? context,
  3. bool? inheritTheme,
  4. Curve? curve,
  5. Alignment? alignment,
  6. Duration? duration,
  7. Duration? reverseDuration,
  8. bool? fullscreenDialog,
  9. bool? opaque,
  10. bool? isIos,
  11. PageTransitionsBuilder? matchingBuilder,
})

Implementation

const PageTransitionSettings({
  this.childCurrent,
  this.context,
  this.inheritTheme,
  this.curve,
  this.alignment,
  this.duration,
  this.reverseDuration,
  this.fullscreenDialog,
  this.opaque,
  this.isIos,
  this.matchingBuilder,
});