Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

alpha

Draw content with modified alpha that may be less than 1.

AlphaSample

@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
    RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).background(Color.Red))
}

Last updated: