Full Page Statement Colors
data class FullPageStatementColors(val titleColor: Color, val contentColor: Color, val secondaryButtonColor: Color)
Colors used by a FullPageStatement.
Parameters
title Color
The color of the title.
content Color
The color of the statement text.
secondary Button Color
The color of the exit text button.