Interface

RemoteArrangement.Vertical

A contract for laying out children vertically.

Source set: Android
public sealed interface Vertical

A contract for laying out children vertically.

Functions

toComposeUi

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

toRemote

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

Last updated: