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.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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.