PreferenceCenterTheme

fun PreferenceCenterTheme(colors: PreferenceCenterColors = if (isSystemInDarkTheme()) PreferenceCenterColors.darkDefaults() else PreferenceCenterColors.lightDefaults(), typography: PreferenceCenterTypography = PreferenceCenterTypography.defaults(), dimens: PreferenceCenterDimens = PreferenceCenterDimens.defaults(), shapes: PreferenceCenterShapes = PreferenceCenterShapes.defaults(), options: PreferenceCenterOptions = PreferenceCenterOptions.defaults(), content: @Composable () -> Unit)(source)