NormalAlertDialog constructor
const
NormalAlertDialog({})
Implementation
const NormalAlertDialog({
super.key,
this.title,
this.titleWidget,
this.message,
this.content,
this.okText = "OK",
this.onOk,
});