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

toComposeUi

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
public fun toComposeUi(): androidx.compose.ui.Alignment.Vertical

toRemote

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

Last updated: