Why does material button specify `color = contentC...
# compose
z
Why does material button specify
color = contentColor.copy(alpha = 1f)
and then use
CompositionLocalProvider(LocalContentAlpha provides contentColor.alpha)
to provide the actual alpha just mere lines later?