ThemeState

data class ThemeState(val isDarkTheme: ThemeMode = ThemeMode.SYSTEM, val isDynamicColorActive: Boolean = true)

Constructors

Link copied to clipboard
constructor(isDarkTheme: ThemeMode = ThemeMode.SYSTEM, isDynamicColorActive: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard