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