TatweerConfirmationDialog constructor
const
TatweerConfirmationDialog({})
Implementation
const TatweerConfirmationDialog({
Key? key,
this.title,
required this.message,
this.icon,
this.iconColor,
this.confirmText,
this.cancelText,
this.onConfirm,
this.onCancel,
this.confirmButtonColor,
this.contentWidget,
}) : super(key: key);