Compose Unstyled 2.0 is out! Check the official announcement blog ->
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: