BasfAlertDialog constructor
const
BasfAlertDialog({})
Implementation
const BasfAlertDialog({
Key? key,
required this.description,
this.title = 'Warning',
this.dismissText = 'Cancel',
this.confirmText = 'Confirm',
this.onConfirmed,
this.onDismissed,
this.onlyConfirm = false,
}) : super(key: key);