PageControlDefaults

The default values of PageControl.

Properties

Link copied to clipboard
const val NormalMax: Int = 9

The maximum number of PageControl that can be displayed at the same time.

Link copied to clipboard
const val ProgressMax: Int = 16

The maximum number of ProgressPageControl that can be displayed at the same time.

Link copied to clipboard

Functions

Link copied to clipboard

The default colors used for PageControl

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

Customize PageControlColors used for PageControl.

Link copied to clipboard
fun pageControlSpec(dotRadius: Dp = Dp.Unspecified, dotSpace: Dp = Dp.Unspecified, verticalPadding: Dp = Dp.Unspecified): PageControlSpec

Customize PageControlSpec used for PageControl.

Link copied to clipboard

The default vibrants used for PageControl

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

Customize PageControlVibrants used for PageControl.