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

```kotlin
public value class Radial internal constructor(internal val value: Int)
```

The direction in which components are lay down on a [curvedColumn](/jetpack-compose/androidx.wear.compose/compose-foundation/functions/curvedColumn)

## Companion Object

#### Properties

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

```kotlin
public val OutsideIn: Radial
```

Lay components starting farther away from the center and going inwards. This is
generally used for curved layouts on the top of the screen.

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

```kotlin
public val InsideOut: Radial
```

Go in Counter Clockwise direction for Ltr layout and Clockwise for Rtl. This is
generally used for curved layouts on the bottom of the screen.