CurvedAlignment.Angular


value class CurvedAlignment.Angular


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

Summary

Public companion functions

CurvedAlignment.Angular
Custom(ratio: Float)

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

Public companion properties

CurvedAlignment.Angular

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

CurvedAlignment.Angular

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

CurvedAlignment.Angular

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

Public companion functions

Custom

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

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

Public companion properties

Center

Added in 1.0.0
val CenterCurvedAlignment.Angular

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

End

Added in 1.0.0
val EndCurvedAlignment.Angular

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

Start

Added in 1.0.0
val StartCurvedAlignment.Angular

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