linkColors

@Composable
fun linkColors(containerColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified): ButtonColors

Creates a ButtonColors that represents the default container and content colors used in a Link.

Return

The new ButtonColors with expected container color and content color.

Parameters

containerColor

the container color of this Link when enabled.

contentColor

the content color of this Link when enabled.