ContentDrawScope
Kotlin
|Java
typealiasContentDrawScope= ContentDrawScope
androidx.compose.ui.ContentDrawScope |
Receiver scope for drawing content into a layout, where the content can be drawn between other canvas operations. If drawContent is not called, the contents of the layout will not be drawn.