drawBehind
Source set: Common
fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw)
Draw into a Canvas behind the modified content.
Draw into a Canvas behind the modified content.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun Modifier.drawBehind(onDraw: DrawScope.() -> Unit) = this then DrawBehindElement(onDraw)
Draw into a Canvas behind the modified content.
Last updated: