currentState

@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.

This property provides a MutableState that holds the current Paletteon theme. It allows components to observe and react to changes in the theme configuration.

Return

The MutableState of the current Paletteon theme.