MaleficThemeFromJson

fun MaleficThemeFromJson(jsonContent: String, content: @Composable () -> Unit)

Loads a theme configuration from a JSON string and applies the Malefic theme to the given content.

Parameters

jsonContent

The JSON string containing the theme configuration.

content

The composable content to which the theme will be applied.