Composables UI is out: our new component library for Compose Multiplatform ->
Interface

RemoteAlignment.Vertical

An alignment that defines how to place a child vertically inside a parent layout.

Source set: Android
public sealed interface Vertical

An alignment that defines how to place a child vertically inside a parent layout. This corresponds to androidx.compose.ui.Alignment.Vertical.

Functions

toRemote

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) public fun toRemote(): Int

Last updated: