StatefulTheme¶
@Serializable
data class StatefulTheme(val states: Map<String, ThemeState>)
A map of state-name → ThemeState for a single variant of a composable.
Constructors¶
StatefulTheme¶
constructor(states: Map<String, ThemeState>)
Properties¶
states¶
val states: Map<String, ThemeState>