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

BeyondBoundsLayoutProviderModifierNode

Provides a BeyondBoundsLayout through Modifier.Node APIs.

Source set: Common
public interface BeyondBoundsLayoutProviderModifierNode : DelegatableNode

Provides a BeyondBoundsLayout through Modifier.Node APIs. To access the nearest BeyondBoundsLayout parent use androidx.compose.ui.node.findNearestBeyondBoundsLayoutAncestor. You should use this node when implementing Layouts that do not create all items at once (e.g. Lazy Layouts). The focus system will use the BeyondBoundsLayout to create items during focus search in order to move focus between items that are not yet laid out.

Properties

beyondBoundsLayout

Source set: Common
public val beyondBoundsLayout: BeyondBoundsLayout

The BeyondBoundsLayout that this node will provide.