DialogComponent constructor
Implementation
const DialogComponent({
required this.title,
required this.message,
required this.actions,
required this.icon,
super.key,
});
const DialogComponent({
required this.title,
required this.message,
required this.actions,
required this.icon,
super.key,
});