PageTransitionSettings.base constructor
const
PageTransitionSettings.base({
- Widget? childCurrent,
- BuildContext? context,
- bool? inheritTheme = false,
- Curve? curve = Curves.easeInOut,
- Alignment? alignment,
- Duration? duration = const Duration(milliseconds: 300),
- Duration? reverseDuration = const Duration(milliseconds: 200),
- 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 = const Duration(milliseconds: 300),
this.reverseDuration = const Duration(milliseconds: 200),
this.fullscreenDialog = false,
this.opaque = false,
this.isIos,
this.matchingBuilder = const CupertinoPageTransitionsBuilder()});