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


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


<h2 id="materialize-modifier">materialize</h2>

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


```kotlin
fun Composer.materialize(modifier: Modifier): Modifier
```


Materialize any instance-specific `composed modifiers` for applying to a raw tree node.
Call right before setting the returned modifier on an emitted node. You almost certainly do not
need to call this function directly.