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

<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


> **Deprecated** Use BringIntoViewModifierNode instead



<h2 id="bringintoviewresponder">bringIntoViewResponder</h2>

```kotlin
fun Modifier.bringIntoViewResponder(
    @Suppress("DEPRECATION") responder: BringIntoViewResponder
): Modifier
```


A parent that can respond to `BringIntoViewRequester` requests from its children, and adjust
itself so that the item is visible on screen. See `BringIntoViewResponder` for more details about
how this mechanism works.