MaleficThemeFromResource

fun MaleficThemeFromResource(resourcePath: String, content: @Composable () -> Unit)

Loads a theme configuration from a platform-specific resource and applies the Malefic theme to the given content.

Parameters

resourcePath

The path to the resource containing the theme configuration.

content

The composable content to which the theme will be applied.