---
title: "CurvedModifier"
description: "An ordered, immutable, collection of modifier elements that work with curved components, in a
polar coordinate space.

This plays the same role as [androidx.compose.ui.Modifier], but for the Curved composables."
type: "interface"
---

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


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

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



```kotlin
@JvmDefaultWithCompatibility

public sealed interface CurvedModifier
```


An ordered, immutable, collection of modifier elements that work with curved components, in a
polar coordinate space.

This plays the same role as `androidx.compose.ui.Modifier`, but for the Curved composables.


## Functions

```kotlin
public infix fun then(other: CurvedModifier): CurvedModifier
```


Concatenates this curved modifier with another.

Returns a `CurvedModifier` representing this curved modifier followed by `other` in sequence.



