Interface

RemoteAlignment.Vertical

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
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
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) public fun toRemote(): Int