Is there a way to set a label on a composable and ...
# compose
e
Is there a way to set a label on a composable and that label is used to id the composable in layout inspector? I have a composable function that comes from an interface and there are a lot of them. In layout inspector it's very hard to differentiate between them.
z
You could probably use testTag for this - I think that shows up in the inspector but not sure.
e
Tried that in Flamingo Beta and it didn't show up in the inspector