JsonDialogButtonStyle

data class JsonDialogButtonStyle(var font: JsonFont?, var textColor: JsonColor?, var highlightedTextColor: JsonColor?, var backgroundColor: JsonColor?, var highlightedBackgroundColor: JsonColor?) : Parcelable

Configuration for the dialogs/alerts OK button style.

Constructors

Link copied to clipboard
constructor(font: JsonFont?, textColor: JsonColor?, highlightedTextColor: JsonColor?, backgroundColor: JsonColor?, highlightedBackgroundColor: JsonColor?)

Properties

Link copied to clipboard

The background color of the button while not pressed.

Link copied to clipboard

The font of the button title.

Link copied to clipboard

The background color of the button while pressed.

Link copied to clipboard

The color of the buttons title while pressed.

Link copied to clipboard

The color of the buttons title while not pressed.