Class

CurvedDirection.Radial

The direction in which components are lay down on a curvedColumn

Android
public value class Radial internal constructor(internal val value: Int)

The direction in which components are lay down on a curvedColumn

Companion Object

Properties

Android
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.

Android
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.