project
androidJvm
purchases
/
com.revenuecat.purchases.paywalls
/
PaywallData
/
Configuration
/
ColorInformation
Color
Information
@
Serializable
data
class
ColorInformation
(
val
light
:
PaywallData.Configuration.Colors
,
val
dark
:
PaywallData.Configuration.Colors
?
=
null
)
Members
Constructors
Color
Information
Link copied to clipboard
constructor
(
light
:
PaywallData.Configuration.Colors
,
dark
:
PaywallData.Configuration.Colors
?
=
null
)
Properties
dark
Link copied to clipboard
val
dark
:
PaywallData.Configuration.Colors
?
=
null
Set of colors for dark mode.
light
Link copied to clipboard
val
light
:
PaywallData.Configuration.Colors
Set of colors for light mode.