PersistentKepkoTheme

fun PersistentKepkoTheme(dimensions: Dimensions = KepkoTheme.dimensions, shapes: Shapes = KepkoTheme.shapes, isSystemInDarkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)
fun PersistentKepkoTheme(persistenceManager: PersistenceManager, dimensions: Dimensions = KepkoTheme.dimensions, shapes: Shapes = KepkoTheme.shapes, isSystemInDarkTheme: Boolean = isSystemInDarkTheme(), content: @Composable () -> Unit)

A KepkoTheme wrapper that automatically persists and restores theme preferences.