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