PageTransitionSettings.base constructor
const
PageTransitionSettings.base({
- Widget? childCurrent,
- BuildContext? context,
- bool? inheritTheme = false,
- Curve? curve = Curves.easeInOut,
- Alignment? alignment,
- Duration? duration,
- Duration? reverseDuration,
- bool? fullscreenDialog = false,
- bool? opaque = false,
- bool? isIos,
- PageTransitionsBuilder? matchingBuilder = const CupertinoPageTransitionsBuilder(),
Base constructor
Implementation
const PageTransitionSettings.base(
{this.childCurrent,
this.context,
this.inheritTheme = false,
this.curve = Curves.easeInOut,
this.alignment,
this.duration,
this.reverseDuration,
this.fullscreenDialog = false,
this.opaque = false,
this.isIos,
this.matchingBuilder = const CupertinoPageTransitionsBuilder()});