MessageDialog constructor
MessageDialog(})
Implementation
MessageDialog(
this.message, {
super.context,
super.key,
this.buttonText,
this.fontSize = 14,
this.cancelable = true,
this.textAlign = TextAlign.start,
});