DialogPage<T> constructor
const
DialogPage<T> ({})
Implementation
const DialogPage({
required this.builder,
this.anchorPoint,
this.barrierColor = Colors.transparent,
this.barrierDismissible = true,
this.barrierLabel,
this.useSafeArea = true,
this.themes,
super.key,
super.name,
super.arguments,
super.restorationId,
});