MessageBox constructor

MessageBox(BuildContext buildContext, String message, String title)

Implementation

MessageBox(this.buildContext, this.message, this.title);