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.
Tag the element with layoutId to identify the element within its parent.
fun Modifier.layoutId(layoutId: Any) = this then LayoutIdElement(layoutId = layoutId)
Tag the element with layoutId to identify the element within its parent.
Last updated: