---
title: "CurvedScope"
description: "Layout scope used for curved containers. This is the base of a DSL that specifies what components
can be added to a curved layout."
type: "class"
---

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


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

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


```kotlin
@LayoutScopeMarker
public class CurvedScope
internal constructor(internal val curvedLayoutDirection: CurvedLayoutDirection)
```


Layout scope used for curved containers. This is the base of a DSL that specifies what components
can be added to a curved layout.



