AppBackground

fun AppBackground(modifier: Modifier = Modifier, content: @Composable () -> Unit)

The main background for the app. Uses LocalBackgroundTheme to set the color and tonal elevation of a Surface.

Parameters

modifier

Modifier to be applied to the background.

content

The background content.