constraint Resource
suspend fun constraintResource(name: String, block: suspend ConstraintResourceBuilder.() -> Unit): Constraint
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Constraint.
The unique name of the resulting resource.
Builder for Constraint.