ColorInformation

@Serializable
data class ColorInformation(val light: PaywallData.Configuration.Colors, val dark: PaywallData.Configuration.Colors? = null)

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Set of colors for dark mode.

Link copied to clipboard

Set of colors for light mode.