CustomDialog constructor
const
CustomDialog({})
Implementation
const CustomDialog({
super.key,
this.title = "Oups !",
required this.message,
this.icon = "assets/icons/close_icon.svg",
required this.onTap,
this.bodyWidget,
this.titleColor = red,
this.showAlertIcon = false,
});