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: