OudsLightDarkColorKeyToken
data class OudsLightDarkColorKeyToken(val light: OudsColorKeyToken, val dark: OudsColorKeyToken) : OudsColorKeyToken
A color key token which aggregates two color key tokens, with one being used for the light theme and the other for the dark theme.
Constructors
Link copied to clipboard
Creates an instance of OudsLightDarkColorKeyToken.