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