ThemeSettings

data class ThemeSettings(val darkTheme: Boolean, val disableDynamicTheming: Boolean = true)

Class for the system theme settings. This wrapping class allows us to combine all the changes and prevent unnecessary recompositions.

Constructors

Link copied to clipboard
constructor(darkTheme: Boolean, disableDynamicTheming: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard