DialogConfiguration<T> constructor
const
DialogConfiguration<T> ({
- required WidgetBuilder builder,
- bool barrierDismissible = true,
- Color? barrierColor,
- String? barrierLabel,
- bool useSafeArea = true,
- RouteSettings? routeSettings,
- Offset? anchorPoint,
- TraversalEdgeBehavior? traversalEdgeBehavior,
- AlignmentGeometry? alignment,
- bool fullScreen = false,
Creates a DialogConfiguration.
Implementation
const DialogConfiguration({
required this.builder,
this.useRootNavigator = true,
this.barrierDismissible = true,
this.barrierColor,
this.barrierLabel,
this.useSafeArea = true,
this.routeSettings,
this.anchorPoint,
this.traversalEdgeBehavior,
this.alignment,
this.fullScreen = false,
});