fadedEdge

fun Modifier.fadedEdge(color: Color = MaterialTheme.colorScheme.background, gradientOffset: Dp = 0.dp): Modifier(source)

Renders the fadedEdge UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

color

color value consumed by the API.

gradientOffset

gradient offset value consumed by the API.