Json Dialog Style
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
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.