Config

data class Config(val style: Theme.Config.Style = Style.System)

Configuration options for the theme.

Constructors

Link copied to clipboard
constructor(style: Theme.Config.Style = Style.System)

Types

Link copied to clipboard

Represents the different styles that the theme can have.

Properties

Link copied to clipboard

The style of the theme. Defaults to Style.System.