badgeVibrants

@Composable
fun badgeVibrants(): BadgeVibrants

default vibrants for badge


@Composable
fun badgeVibrants(backgroundVibrants: Vibrant = Vibrant.Unspecified, contentVibrants: Vibrant = Vibrant.Unspecified): BadgeVibrants

Create a BadgeVibrants with expected background color and content color.

Return

The new BadgeVibrants with the given property