🌈 Create new beautiful Compose Gradients with our new wesite ->
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.

bringIntoViewResponder

Source set: Common
@Deprecated(message = "Use BringIntoViewModifierNode instead")
public 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.