AlphaSample
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).background(Color.Red))
}Draw content with modified alpha that may be less than 1.
@PreviewWrapper(RemoteComponentPreviewWrapper::class)
@Composable
fun AlphaSample() {
RemoteBox(RemoteModifier.size(100.rdp).alpha(0.5f.rf).background(Color.Red))
}Last updated: