Source set: Android
public class Radial internal constructor(internal val value: Int)
The direction in which components are lay down on a curvedColumn
Members
Companion
Source set: Android
public companion object
Properties
OutsideIn
Source set: Android
public val OutsideIn: Radial = Radial(0)
Lay components starting farther away from the center and going inwards. This is generally used for curved layouts on the top of the screen.
InsideOut
Source set: Android
public val InsideOut: Radial = Radial(1)
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.