DialogProps constructor
const
DialogProps({})
Implementation
const DialogProps({
this.title,
required this.content,
this.actions,
this.showCloseButton = true,
this.onClose,
this.maxWidth = 500,
this.barrierDismissible = true,
});