interface RemoteAlignment


A remote equivalent of androidx.compose.ui.Alignment. It is used to define how a layout's children should be positioned.

Pre-defined alignment objects are available through the companion object:

Summary

Nested types

A remote equivalent of androidx.compose.ui.Alignment.Horizontal.

sealed interface RemoteAlignment.Vertical

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

Public companion properties

BottomCenter

Added in 1.0.0-alpha07
val BottomCenterRemoteAlignment

BottomEnd

Added in 1.0.0-alpha07
val BottomEndRemoteAlignment

BottomStart

Added in 1.0.0-alpha07
val BottomStartRemoteAlignment

Center

Added in 1.0.0-alpha07
val CenterRemoteAlignment

CenterEnd

Added in 1.0.0-alpha07
val CenterEndRemoteAlignment

CenterHorizontally

Added in 1.0.0-alpha07
val CenterHorizontallyRemoteAlignment.Horizontal

CenterStart

Added in 1.0.0-alpha07
val CenterStartRemoteAlignment

CenterVertically

Added in 1.0.0-alpha07
val CenterVerticallyRemoteAlignment.Vertical

TopCenter

Added in 1.0.0-alpha07
val TopCenterRemoteAlignment

TopEnd

Added in 1.0.0-alpha07
val TopEndRemoteAlignment

TopStart

Added in 1.0.0-alpha07
val TopStartRemoteAlignment