Zoltan Demant
09/30/2021, 1:07 PMModifier.alpha
, due to the underlying call to `graphicsLayer`; is there a way to work around this?Can
09/30/2021, 1:11 PMgraphicsLayer
directly?modifier = Modifier
.graphicsLayer {
clip = false
alpha = xxx
}
Zoltan Demant
09/30/2021, 1:13 PMAndrey Kulikov
09/30/2021, 5:35 PM