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


<a id='references'></a>


<h2 id="angularsizedp-angularwidth">angularSizeDp</h2>

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


```kotlin
public fun CurvedModifier.angularSizeDp(angularWidth: Dp): CurvedModifier
```


Specify the sweep (arc length) for the content in Dp. The arc length will be measured at the
center of the item, except for `basicCurvedText`, where it will be measured at the text baseline.

#### Parameters

| | |
| --- | --- |
| angularWidth | Indicates the arc length of the content in Dp. |