DialogConfirm constructor
const
DialogConfirm({})
Implementation
const DialogConfirm(
{super.key,
required this.title,
this.destructive = false,
this.description,
this.descriptionWidget = const SizedBox.shrink(),
this.confirmText = "Confirm",
this.cancelText = "Cancel",
this.actions,
required this.onConfirm});