Start native apps faster with the Composables CLI ->
Class

PageIndicatorStyle

The style of HorizontalPageIndicator.

Source set: Android
public class PageIndicatorStyle internal constructor(internal val value: Int)

The style of HorizontalPageIndicator. May be Curved or Linear

Members

Companion

Source set: Android
public companion object

Properties

Curved

Source set: Android
public val Curved: PageIndicatorStyle = PageIndicatorStyle(0)

Curved style of HorizontalPageIndicator

Linear

Source set: Android
public val Linear: PageIndicatorStyle = PageIndicatorStyle(1)

Linear style of HorizontalPageIndicator