InfoDialog.alignLeft constructor
Like InfoDialog, but aligns text messages inside dialog left rather than centering them.
Implementation
InfoDialog.alignLeft(
String htmlInfoText, BaseDialogCloseCallback closeCallback)
: super(InputDialog.ALIGN_LEFT, htmlInfoText, null, null, null, null,
null, closeCallback, false, []);