<h2 id="width-width">width</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun RemoteModifier.width(width: RemoteDp): RemoteModifier
```

Sets the width of the content using [RemoteDp](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteDp).

<hr class="docs-overload-divider">

<h2 id="width-width-2">width</h2>

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public fun RemoteModifier.width(width: RemoteFloat): RemoteModifier
```

Sets the width of the content using [RemoteFloat](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteFloat).