NZDialog constructor
const
NZDialog({})
Implementation
const NZDialog({
super.key,
this.title,
this.message,
this.content,
this.actions,
this.type = NZDialogType.basic,
this.icon,
this.iconColor,
this.progressValue,
this.imagePath,
this.barrierDismissible = true,
this.footer,
});