MintAlertDialog constructor
const
MintAlertDialog({})
Implementation
const MintAlertDialog({
super.key,
required this.titleText,
required this.contentText,
this.titleIconData,
this.yesButtonText,
this.noButtonText,
this.onYesButtonTapped,
this.onNoButtonTapped,
});