---
title: "RemotePageIndicatorDefaults"
description: "Contains default values used by remote page indicators."
type: "object"
---
## API Reference

> Source set: Android

```kotlin
public object RemotePageIndicatorDefaults
```

Contains default values used by remote page indicators.

## Properties

### selectedColor

> Source set: Android

```kotlin
public val selectedColor: RemoteColor
```

Default color of the selected page indicator.

### unselectedColor

> Source set: Android

```kotlin
public val unselectedColor: RemoteColor
```

Default color of unselected page indicators.

### indicatorRadius

> Source set: Android

```kotlin
public val indicatorRadius: RemoteDp = 3.rdp
```

Default radius of each indicator dot.

### pageIndicatorPadding

> Source set: Android

```kotlin
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).
