CurvedAlignment.Radial


value class CurvedAlignment.Radial


How to lay down components when they are thinner than the container. This is analogue of Alignment.Vertical in a Row.

Summary

Public companion functions

CurvedAlignment.Radial
Custom(ratio: Float)

Align the child in a custom position, 0 means Outer, 1 means Inner

Public companion properties

CurvedAlignment.Radial

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

CurvedAlignment.Radial

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

CurvedAlignment.Radial

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

Public companion functions

Custom

Added in 1.0.0
fun Custom(ratio: Float): CurvedAlignment.Radial

Align the child in a custom position, 0 means Outer, 1 means Inner

Public companion properties

Center

Added in 1.0.0
val CenterCurvedAlignment.Radial

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

Inner

Added in 1.0.0
val InnerCurvedAlignment.Radial

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

Outer

Added in 1.0.0
val OuterCurvedAlignment.Radial

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