FullPageStatementColors

data class FullPageStatementColors(val titleColor: Color, val contentColor: Color, val secondaryButtonColor: Color)

Colors used by a FullPageStatement.

Parameters

titleColor

The color of the title.

contentColor

The color of the statement text.

secondaryButtonColor

The color of the exit text button.

Constructors

Link copied to clipboard
constructor(titleColor: Color, contentColor: Color, secondaryButtonColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard