Vertical
Kotlin
|Java
interface Vertical
androidx.compose.ui.Alignment.Vertical |
Summary
Public methods | |
---|---|
abstract Int |
Calculates the vertical position of a box of height size relative to the top edge of an area of height space. |
open Int |
Public methods
align
abstract fun align(
size: Int,
space: Int
): Int
Calculates the vertical position of a box of height size relative to the top edge of
an area of height space. The returned offset can be negative or larger than
space - size
meaning that the box will be positioned partially or completely outside
the area.