🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

BeyondBoundsLayout.LayoutDirection

The direction (from the visible bounds) that a BeyondBoundsLayout is requesting more items to be laid.

Source set: Common
public class LayoutDirection internal constructor(@Suppress("unused") private val value: Int)

The direction (from the visible bounds) that a BeyondBoundsLayout is requesting more items to be laid.

Members

Companion

Source set: Common
public companion object

Properties

Before

Source set: Common
public val Before: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items before the current bounds.

After

Source set: Common
public val After: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items after the current bounds.

Left

Source set: Common
public val Left: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the left of the current bounds.

Source set: Common
public val Right: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items to the right of the current bounds.

Above

Source set: Common
public val Above: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items above the current bounds.

Below

Source set: Common
public val Below: LayoutDirection

Direction used in BeyondBoundsLayout.layout to request the layout of extra items below the current bounds.