RadialAlignment

Class

Android

Deprecated glance-wear-tiles is deprecated and will be removed

public value 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.

Companion Object

Properties

Android
public val Inner: RadialAlignment

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

Android
public val Center: RadialAlignment

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

Android
public val Outer: RadialAlignment

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