RadialAlignment

value class RadialAlignment


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

Summary

Public companion properties

RadialAlignment

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

RadialAlignment

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

RadialAlignment

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

Public companion properties

Center

Added in 1.0.0-alpha06
val CenterRadialAlignment

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

Inner

Added in 1.0.0-alpha06
val InnerRadialAlignment

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

Outer

Added in 1.0.0-alpha06
val OuterRadialAlignment

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