contentRoot

fun contentRoot(): @Composable (content: @Composable () -> Unit) -> Unit

Default content root wrapper.

Simply invokes the content without any additional wrapping. Override this to provide custom themes or composition locals.