Start native apps faster with the Composables CLI ->
Object

RemotePageIndicatorDefaults

Contains default values used by remote page indicators.

Source set: Android
public object RemotePageIndicatorDefaults

Contains default values used by remote page indicators.

Properties

selectedColor

Source set: Android
public val selectedColor: RemoteColor

Default color of the selected page indicator.

unselectedColor

Source set: Android
public val unselectedColor: RemoteColor

Default color of unselected page indicators.

indicatorRadius

Source set: Android
public val indicatorRadius: RemoteDp = 3.rdp

Default radius of each indicator dot.

pageIndicatorPadding

Source set: Android
public val pageIndicatorPadding: RemoteDp = 8.rdp

Default padding of the page indicator from the edge of the screen (8dp aligns with standard Compose edgePadding + background offset).