Horizontal¶
@Stable
fun interface Horizontal
An interface to calculate the position of box of a certain width inside an available width. Alignment.Horizontal is often used to define the horizontal alignment of a layout inside a parent layout.
Inheritors¶
Functions¶
align¶
abstract fun align(
size: Int,
space: Int,
layoutDirection: LayoutDirection
): Int