BoxWithBackground

fun BoxWithBackground(resourceId: Int, boxModifier: Modifier = Modifier.fillMaxSize(), contentScale: ContentScale = ContentScale.FillBounds, invert: Boolean = false, content: @Composable BoxWithConstraintsScope.() -> Unit)