What `tag` string should I initialise for the `Mod...
# compose
y
What
tag
string should I initialise for the
Modifier.layoutId(layoutId: String, tag: String)
while decoupling constraints with ConstraintLayout in Compose, which seems to be mandatory now with
constraintlayout-compose:1.0.0
? Since I already defined a layoutId, why is the tag necessary. Thanks for your help and your hints.