Companion

object Companion

Properties

Link copied to clipboard
@get:Composable
@get:ReadOnlyComposable
val current: PaletteonTheme

The current Paletteon theme.

Link copied to clipboard
@get:Composable
val currentState: MutableState<PaletteonTheme>

The current Paletteon theme, exposed as a MutableState so that you can change it and have the UI update.