fadingEdge

fun Modifier.fadingEdge(fadingEdge: FadingEdge, size: Dp, rtlAware: Boolean = false): Modifier

Makes this widget "fade out" into transparency over specified size. The edge specified by fadingEdge will be faded only.

For RTL layouts, if rtlAware is true, automatically inverts the fading edge direction.