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.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun Modifier.layoutId(layoutId: Any) = this then LayoutIdElement(layoutId = layoutId)
Tag the element with layoutId to identify the element within its parent.
Last updated: