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
Constructors
Link copied to clipboard
constructor(base: State<ComposeTheme.BaseTheme>, contrast: State<ComposeTheme.Contrast>, dynamic: State<Boolean>, theme: State<String>)