State

class State(val base: State<ComposeTheme.BaseTheme>, val contrast: State<ComposeTheme.Contrast>, val dynamic: State<Boolean>, val theme: State<String>)

the current state of the theme

Parameters

base
contrast
dynamic

if true, the dynamic color theme is applied

theme

the key of the theme that currently should be applied

Constructors

Link copied to clipboard
constructor(base: State<ComposeTheme.BaseTheme>, contrast: State<ComposeTheme.Contrast>, dynamic: State<Boolean>, theme: State<String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard