Guilherme Delgado
modifier = Modifier .fillMaxWidth() .drawWithCache { val gradient = Brush.horizontalGradient(colors = listOf(Color.DarkGray, Color.Transparent, Color.DarkGray)) onDrawWithContent { drawContent() drawRect( brush = gradient, size = size, blendMode = BlendMode.Darken ) } }
A modern programming language that makes developers happier.