Compose Modifier

bringIntoViewResponder

A parent that can respond to [BringIntoViewRequester] requests from its children, and adjust itself so that the item is visible on screen.

Common
Deprecated Use BringIntoViewModifierNode instead

bringIntoViewResponder

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.