pageControlColors

The default colors used for PageControl


@Composable
fun pageControlColors(highLightColor: Color = Color.Unspecified, normalColor: Color = Color.Unspecified): PageControlColors

Customize PageControlColors used for PageControl.

Return

The new PageControlColors instance with expected indicatorColor and backgroundColor.

Parameters

highLightColor

The color of highLight

normalColor

The color of normal