<div class='type'>Compose Modifier</div>

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


<h2 id="layoutbounds-holder">layoutBounds</h2>

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


```kotlin
fun Modifier.layoutBounds(holder: LayoutBoundsHolder): Modifier
```


This will map the `RelativeLayoutBounds` of the modifier into the provided `LayoutBoundsHolder`.
A given instance of `LayoutBoundsHolder` should not be passed into more than one of these
modifiers.