<div class='type'>Interface</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>



```kotlin
@JvmDefaultWithCompatibility
interface DrawModifier : Modifier.Element
```


A `Modifier.Element` that draws into the space of the layout.


## Functions



<h2 id="draw">draw</h2>

```kotlin
fun ContentDrawScope.draw()
```