Tgo1014
Leon Turpin
fun Modifier.vDarkBottomBackgroundGradient(): Modifier { return this.drawWithContent { drawContent() drawRect( brush = Brush.verticalGradient( 0.45f to Color.Black.copy(alpha = 0.1f), 1.00f to Color.Black.copy(alpha = 0.5f), ), blendMode = BlendMode.Darken ) } }
A modern programming language that makes developers happier.