Configuration for the dialog/alert style

interface DialogStyle {
    cornerRadius: number;
    dialogBackgroundColor: string;
    dialogBackgroundEffect: BlurEffect;
    messageColor: string;
    messageFont: Font;
    screenBackgroundColor: string;
    separatorColor: string;
    separatorWidth: number;
    titleColor: string;
    titleFont: Font;
}

Properties

cornerRadius: number

The corner radius of the dialog.

dialogBackgroundColor: string

The general background color of the actual dialog view.

dialogBackgroundEffect: BlurEffect

The visual effect of the dialogs background.

messageColor: string

The color of the dialogs message.

messageFont: Font

The font of the dialogs message.

screenBackgroundColor: string

The Color of the screen-covering backdrop view.

separatorColor: string

The color of the separators around the dialogs button area.

separatorWidth: number

The width of the separators in points.

titleColor: string

The color of the dialogs title.

titleFont: Font

The font of the dialogs title