CustomShowDialog constructor
CustomShowDialog({
- required BuildContext context,
- required Widget builder(),
- bool barrierDismissible = false,
- Offset? anchorOffset,
- Color? barrierColor,
- String? barrierLabel,
- RouteSettings? routeSettings,
- bool useSafeArea = true,
- bool? maintainState,
- TraversalEdgeBehavior? traversalEdgeBehavior,
Implementation
CustomShowDialog({
required this.context,
required this.builder,
this.barrierDismissible = false,
this.anchorOffset,
this.barrierColor,
this.barrierLabel,
this.routeSettings,
this.useSafeArea = true,
this.useRootNavigator = true,
this.maintainState,
this.traversalEdgeBehavior,
});