JDialogAlert constructor
const
JDialogAlert({})
Implementation
const JDialogAlert({
super.key,
this.title = 'تنبيه',
this.content = '',
this.description = '',
this.onConfirm,
this.onCancel,
this.confirmText = 'موافق',
this.cancelText = 'إلغاء',
this.colorConfirm = JColors.green,
this.colorCancel = JColors.red,
required this.counter,
});