RemotePageIndicatorDefaults

object RemotePageIndicatorDefaults


Contains default values used by remote page indicators.

Summary

Public properties

RemoteDp

Default radius of each indicator dot.

RemoteDp

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

RemoteColor

Default color of the selected page indicator.

RemoteColor

Default color of unselected page indicators.

Public properties

indicatorRadius

Added in 1.0.0-alpha09
val indicatorRadiusRemoteDp

Default radius of each indicator dot.

pageIndicatorPadding

Added in 1.0.0-alpha09
val pageIndicatorPaddingRemoteDp

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

selectedColor

val selectedColorRemoteColor

Default color of the selected page indicator.

unselectedColor

val unselectedColorRemoteColor

Default color of unselected page indicators.