JsonDialogStyle

data class JsonDialogStyle(var screenBackgroundColor: JsonColor, var dialogBackgroundColor: JsonColor, var dialogBackgroundEffect: JsonBlurEffect, var cornerRadius: Double, var titleColor: JsonColor, var titleFont: JsonFont, var messageColor: JsonColor, var messageFont: JsonFont, var separatorColor: JsonColor, var separatorWidth: Double) : Parcelable

Configuration for the dialog/alert style

Constructors

Link copied to clipboard
constructor(screenBackgroundColor: JsonColor, dialogBackgroundColor: JsonColor, dialogBackgroundEffect: JsonBlurEffect, cornerRadius: Double, titleColor: JsonColor, titleFont: JsonFont, messageColor: JsonColor, messageFont: JsonFont, separatorColor: JsonColor, separatorWidth: Double)

Properties

Link copied to clipboard

The corner radius of the dialog.

Link copied to clipboard

The general background color of the actual dialog view.

Link copied to clipboard

The visual effect of the dialogs background.

Link copied to clipboard

The color of the dialogs message.

Link copied to clipboard

The font of the dialogs message.

Link copied to clipboard

The Color of the screen-covering backdrop view.

Link copied to clipboard

The color of the separators around the dialogs button area.

Link copied to clipboard

The width of the separators in points.

Link copied to clipboard

The color of the dialogs title.

Link copied to clipboard

The font of the dialogs title