PersistentPreferenceThemeScreen

fun PersistentPreferenceThemeScreen(onBackClick: () -> Unit, modifier: Modifier = Modifier, isSystemInDarkTheme: Boolean = isSystemInDarkTheme())

A theme preferences screen which allows easy integration when used with PersistentKepkoTheme.

This preference screen allows the user to select different ThemeStyle combinations and toggle grayscale.

Throws

in case this is used outside of PersistentKepkoTheme.