Compose Modifier

layoutId

Tag the element with [layoutId] to identify the element within its parent.

layoutId

Common
fun Modifier.layoutId(layoutId: Any) = this then LayoutIdElement(layoutId = layoutId)

Tag the element with layoutId to identify the element within its parent.