CustomDialog constructor
const
CustomDialog({})
Implementation
const CustomDialog({
super.key,
required this.title,
required this.content,
this.icon,
this.actions,
this.showCloseButton = true,
});
const CustomDialog({
super.key,
required this.title,
required this.content,
this.icon,
this.actions,
this.showCloseButton = true,
});