Package-level declarations

Types

Link copied to clipboard

Enum class representing configuration options for the dark theme.

Link copied to clipboard

Enum class representing the supported languages.

Link copied to clipboard
data class Settings(val userName: String? = null, val useDynamicColor: Boolean = true, val darkThemeConfig: DarkThemeConfig = DarkThemeConfig.FOLLOW_SYSTEM, val language: Language = Language.ENGLISH)

Data class representing editable user settings related to themes and appearance.