Class

CurvedAlignment.Angular

How to lay down components when they have a smaller sweep than their container.

Android
public value class Angular internal constructor(internal val ratio: Float)

How to lay down components when they have a smaller sweep than their container. This is analogue of Alignment.Horizontal in a Column.

Companion Object

Properties

Android
public val Start: Angular

Put the child at the angular start of the layout of the container, within the available space

Android
public val Center: Angular

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

Android
public val End: Angular

Put the child at the angular end of the layout of the container, within the available space

Methods

Custom

Android
public fun Custom(ratio: Float): Angular

Align the child in a custom position, 0 means Start, 1 means End