PersistentPreferenceThemeContent

fun PersistentPreferenceThemeContent(persistence: PersistenceManager = LocalKepkoPersistenceManager.current, isSystemInDarkTheme: Boolean, activeProfile: UserVisibleProfile? = null, targetProfile: UserVisibleProfile? = null, enabled: Boolean = true, topContent: @Composable ColumnScope.() -> Unit = {}, bottomContent: @Composable ColumnScope.() -> Unit = {}, modifier: Modifier = Modifier)