Composables UI is out: our new component library for Compose Multiplatform ->
Function

alpha

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

alpha

Source set: Android
public fun RemoteModifier.alpha(alpha: RemoteFloat): RemoteModifier

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

Parameters

alpha the fraction of children's alpha value and must be between 0 and 1, inclusive.

Last updated: