iconButtonVibrants

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

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

Return

The new ButtonVibrants with expected container vibrants and content vibrants.

Parameters

containerVibrant

the container vibrants of this IconButton.

contentVibrant

the content vibrants of this IconButton.


Default ButtonVibrants for IconButton follow PicoTheme

Return

The new ButtonVibrants with given vibrants.