ExtendedAlertDialog constructor
const
ExtendedAlertDialog({})
Implementation
const ExtendedAlertDialog({
super.key,
this.title,
required this.message,
this.confirmText,
this.cancelText,
this.onConfirm,
this.onCancel,
this.center,
this.confirmColor,
this.cancelColor,
this.titleStyle,
this.messageStyle,
this.confirmStyle,
this.cancelStyle,
});