ApplicationTheme

abstract fun ApplicationTheme(content: @Composable () -> Unit)

Must be implemented by the application to specify the application theme to use.

Return

the theme to use.