ArcaneDialog constructor
const
ArcaneDialog({})
Implementation
const ArcaneDialog({
this.title,
required this.child,
this.actions,
this.showCloseButton = true,
this.onClose,
this.maxWidth = 500,
this.barrierDismissible = true,
super.key,
});