Is it possible to make Composable tree semitranspa...
# compose
i
Is it possible to make Composable tree semitransparent? for example i have red layout and white button inside. I want both to become semitransparent, but i don’t want to see red layout background under button, i want to see this button as semitransparent white (see underlay layout behind it)
Looks like Modifier.alpha() is the thing that i am looking for
👌 1
c
Indeed,
alpha
modifier is your friend