ArcaneDialog constructor
const
ArcaneDialog({})
Implementation
const ArcaneDialog({
this.title,
Widget? child,
List<Widget>? children,
this.actions,
this.showCloseButton = true,
this.onClose,
this.maxWidth = 500,
this.barrierDismissible = true,
super.key,
}) : _child = child,
_children = children,
assert(child != null || children != null,
'Either child or children must be provided');