ThemeState

data class ThemeState(val hintsEnabled: Boolean = false, val themeIsLight: Boolean = true, val themeContrast: String = "High")

Constructors

Link copied to clipboard
constructor(hintsEnabled: Boolean = false, themeIsLight: Boolean = true, themeContrast: String = "High")

Properties

Link copied to clipboard
val hintsEnabled: Boolean = false
Link copied to clipboard
Link copied to clipboard
val themeIsLight: Boolean = true