Compose Modifier

layoutId

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

layoutId

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

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

Last updated: