RadialAlignment
Class
Android
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
val Inner = RadialAlignment(0)
Put the child closest to the center of the CurvedRow
, within the available space
Android
val Center = RadialAlignment(1)
Put the child in the middle point of the available space.
Android
val Outer = RadialAlignment(2)
Put the child farthest from the center of the CurvedRow
, within the available space