<h2 id="remoteroundedcornershape-size">RemoteRoundedCornerShape</h2>

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

```kotlin
public fun RemoteRoundedCornerShape(size: RemoteDp): RemoteRoundedCornerShape
```

Creates [RemoteRoundedCornerShape](/jetpack-compose/androidx.compose.remote/remote-creation-compose/functions/RemoteRoundedCornerShape) with the same size applied for all four corners.

#### Parameters

| | |
| --- | --- |
| size | Size in [RemoteDp](/jetpack-compose/androidx.compose.remote/remote-creation-compose/classes/RemoteDp) to apply. |