PandoroTheme

fun PandoroTheme(darkTheme: Boolean = isDarkThemeSelected(), content: @Composable () -> Unit)

Method to apply the Pandoro theme to the content

Parameters

darkTheme

Whether the theme to use is the dark one

content

The content to display