Interface

RemoteArrangement.Horizontal

A contract for laying out children horizontally.

Source set: 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

Last updated: