vibrants

Creates a SideNavigationItemColors that represents the default vibrants used in a SideNavigationItem.

Return

The new SideNavigationItemColors with expected vibrants.


@Composable
fun vibrants(unselectedContentVibrant: Vibrant = Vibrant.Unspecified, unselectedContainerVibrant: Vibrant = Vibrant.Unspecified, selectedContentVibrant: Vibrant = Vibrant.Unspecified, selectedContainerVibrant: Vibrant = Vibrant.Unspecified): SideNavigationItemVibrants

Creates a SideNavigationItemVibrants that represents the default vibrants used in a SideNavigationItem.

Return

The new SideNavigationItemVibrants with expected vibrants.

Parameters

unselectedContentVibrant

The Vibrant to be used for the unselected item content.

unselectedContainerVibrant

The Vibrant to be used for the unselected item container.

selectedContentVibrant

The Vibrant to be used for the selected item content.

selectedContainerVibrant

The Vibrant to be used for the selected item container.