SetTheme

data class SetTheme(val theme: AppTheme) : SettingsEvent

Sets the SettingsState.theme to the theme value.

Constructors

Link copied to clipboard
constructor(theme: AppTheme)

Properties

Link copied to clipboard