Supervisor

actual fun Supervisor(modifier: Modifier, content: () -> Unit)
expect fun Supervisor(modifier: Modifier, content: @Composable () -> Unit)
actual fun Supervisor(modifier: Modifier, content: () -> Unit)

A supervisor for the native ad.

Parameters

modifier

The modifier to be applied to the supervisor.

content

The content of the supervisor.