---
title: "RemoteLinearProgressIndicatorDefaults"
description: "Contains defaults for Linear Progress Indicator."
type: "object"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Android

```kotlin
public object RemoteLinearProgressIndicatorDefaults
```

Contains defaults for Linear Progress Indicator.

## Properties

### StrokeWidthLarge

> Source set: Android

```kotlin
public val StrokeWidthLarge: RemoteDp = 12.rdp
```

Large stroke width for [RemoteLinearProgressIndicator](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteLinearProgressIndicator/api).

This is also the default stroke width for [RemoteLinearProgressIndicator](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteLinearProgressIndicator/api).

### StrokeWidthSmall

> Source set: Android

```kotlin
public val StrokeWidthSmall: RemoteDp = 8.rdp
```

Small stroke width for [RemoteLinearProgressIndicator](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteLinearProgressIndicator/api).

This is the minimum recommended stroke value for [RemoteLinearProgressIndicator](/jetpack-compose/androidx.wear.compose.remote/remote-material3/composable-functions/RemoteLinearProgressIndicator/api) to ensure
that the dot shown at the end of the range can be distinguished.
