---
title: "DrawModifier"
description: "A [Modifier.Element] that draws into the space of the layout."
type: "interface"
---

<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

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


