pageControlVibrants

The default vibrants used for PageControl


@Composable
fun pageControlVibrants(highLightVibrant: Vibrant = Vibrant.Unspecified, normalVibrant: Vibrant = Vibrant.Unspecified): PageControlVibrants

Customize PageControlVibrants used for PageControl.

Return

The new PageControlVibrants instance with expected indicatorColor and backgroundColor.

Parameters

highLightVibrant

The vibrant of selected high light state.

normalVibrant

The vibrant of normal state.