OudsLightDarkColorKeyToken

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
constructor(light: OudsColorKeyToken, dark: OudsColorKeyToken)

Creates an instance of OudsLightDarkColorKeyToken.

Properties

Link copied to clipboard

The color key token used for the dark theme.

Link copied to clipboard

The color key token used for the light theme.

Link copied to clipboard
open val name: String