DialogStyle constructor
Implementation
DialogStyle({
this.screenBackgroundColor,
this.dialogBackgroundColor,
this.dialogBackgroundEffect,
this.cornerRadius,
this.titleColor,
this.titleFont,
this.messageColor,
this.messageFont,
this.separatorColor,
this.separatorWidth,
});