DialogProps constructor
const
DialogProps({})
Implementation
const DialogProps({
this.id,
this.isOpen = false,
this.title,
required this.content,
this.actions,
this.showCloseButton = true,
this.onClose,
this.maxWidth = 500,
this.barrierDismissible = true,
this.escapeCloses = true,
this.focusTrap = true,
this.restoreFocus = true,
});