🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

RadialAlignment

How to lay down components when they are thinner than the CurvedRow.

Source set: Android
@Deprecated("glance-wear-tiles is deprecated and will be removed")
public class RadialAlignment private constructor(private val value: Int)

How to lay down components when they are thinner than the CurvedRow. Similar to vertical alignment in a Row.

Members

Companion

Source set: Android
public companion object

Properties

Inner

Source set: Android
public val Inner: RadialAlignment = RadialAlignment(0)

Put the child closest to the center of the CurvedRow, within the available space

Center

Source set: Android
public val Center: RadialAlignment = RadialAlignment(1)

Put the child in the middle point of the available space.

Outer

Source set: Android
public val Outer: RadialAlignment = RadialAlignment(2)

Put the child farthest from the center of the CurvedRow, within the available space