Compose Unstyled 2.0 is out! Check the official announcement blog ->
Compose Modifier

drawBehind

Draw into a Canvas behind the modified content.

drawBehind

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

Draw into a Canvas behind the modified content.

Last updated: