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