linkVibrants

@Composable
fun linkVibrants(): ButtonVibrants

Return

The default ButtonVibrants used by Link.


@Composable
fun linkVibrants(containerVibrant: Vibrant = Vibrant.Unspecified, contentVibrant: Vibrant = Vibrant.Unspecified): ButtonVibrants

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

Return

The new ButtonVibrants with expected container vibrant and content vibrant.

Parameters

containerVibrant

The container vibrant of this Link.

contentVibrant

The content vibrant of this Link.