---
title: "radialSize"
description: "Specify the radialSize (thickness) for the content."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-android'>Android</div>


```kotlin
public fun CurvedModifier.radialSize(thickness: Dp): CurvedModifier
```


Specify the radialSize (thickness) for the content.

#### Parameters

| | |
| --- | --- |
| thickness | Indicates the thickness of the content. |




