is there any way to optimize this: ```.background(...
# compose
m
is there any way to optimize this:
Copy code
.background(
    Brush.verticalGradient(
        colors = listOf(
            dominantColor.copy(alpha = (collapsingToolbar - 0.9f).absoluteValue),
            dominantColor
        )
    )
)
dominantColor being a State<Color>