buttonVibrants

@Composable
fun buttonVibrants(): ButtonVibrants

Creates a default ButtonVibrants object with the accent vibrant from the Pico theme as the container vibrant and the on-accent vibrant from the Pico theme as the content vibrant.

Return

A new ButtonVibrants object with the default vibrants.


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

Creates a ButtonVibrants that represents the default container and content vibrants used in a Button.

Parameters

containerVibrant

the container vibrant of this Button.

contentVibrant

the content vibrant of this Button.