---
title: "materialize"
description: "Materialize any instance-specific [composed modifiers][composed] 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."
type: "function"
---

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


<a id='references'></a>
<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.



