drawBehind

Draw into a [Canvas] behind the modified content.

drawBehind

Compose Modifier

Common
fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw)

Draw into a Canvas behind the modified content.