Start native apps faster with the Composables CLI ->
Class

ContentEdge.Vertical

Represents vertical edges (start or end).

Source set: Android
public class Vertical private constructor(private val displayName: String) : ContentEdge

Represents vertical edges (start or end).

Functions

toString

Source set: Android
override fun toString(): String

Returns the string representation of the edge.

Members

Companion

Source set: Android
public companion object

Properties

Start

Source set: Android
public val Start: Vertical = Vertical("Start")

Positioning constant to place an orbiter at the start of the content's starting edge.

End

Source set: Android
public val End: Vertical = Vertical("End")

Positioning constant to place an orbiter at the end of the content's ending edge.