Composables UI is out: our new component library for Compose Multiplatform ->
Interface

RemoteArrangement.HorizontalOrVertical

A contract for laying out children horizontally or vertically.

Source set: Android
public sealed interface HorizontalOrVertical : Horizontal, Vertical

A contract for laying out children horizontally or vertically.

Functions

toRemote

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

toRemote

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

Last updated: