Home
last modified time | relevance | path

Searched defs:layoutId (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutTag.kt36 fun Modifier.layoutId(layoutId: String, tag: String? = null): Modifier { in Modifier() method
DConstraintLayout.kt1104 override val layoutId: Any = ref.id constant in ConstraintLayoutParentData