Interface

RemoteArrangement.HorizontalOrVertical

A contract for laying out children horizontally or vertically.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public sealed interface HorizontalOrVertical : Horizontal, Vertical

A contract for laying out children horizontally or vertically.

Functions

toComposeUi

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        override fun toComposeUi():
            androidx.compose.foundation.layout.Arrangement.HorizontalOrVertical

toRemote

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        override fun toRemote(layoutDirection: LayoutDirection): Int
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP) override fun toRemote(): Int