Compose API Reference Compose UI drawBehind Compose Modifier Common fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw) Draw into a Canvas behind the modified content.
Compose API Reference Compose UI drawBehind Compose Modifier Common fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw) Draw into a Canvas behind the modified content.