Interface

RemoteArrangement.Horizontal

A contract for laying out children horizontally.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public sealed interface Horizontal

A contract for laying out children horizontally.

Functions

toComposeUi

@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
        public fun toComposeUi(): androidx.compose.foundation.layout.Arrangement.Horizontal

toRemote

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