ConfirmationDialog constructor
const
ConfirmationDialog({})
Implementation
const ConfirmationDialog({
super.key,
required this.title,
this.content,
this.child,
required this.onConfirm,
this.onCancel,
this.okText,
this.okColor,
this.cancelText,
this.cancelColor,
this.icon,
});