bringIntoViewResponder
Deprecated
Use BringIntoViewModifierNode instead
Source set: Common
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.