AlertConfirmCancel constructor
const
AlertConfirmCancel({})
Implementation
const AlertConfirmCancel({
super.key,
this.text,
this.contentText,
this.confirmTap,
this.cancelTap,
this.cancel,
this.confirm,
this.title,
this.content,
this.autoClose = true,
this.confirmText,
this.cancelText,
this.titleText,
});