materialize
Function
Common
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.