BeyondBoundsLayoutProviderModifierNode


Provides a BeyondBoundsLayout through Modifier.Node APIs. To access the nearest BeyondBoundsLayout parent use DelegatableNode.findNearestBeyondBoundsLayoutAncestor.

Summary

Public properties

BeyondBoundsLayout

The BeyondBoundsLayout that this node will provide.

Cmn

Inherited functions

From androidx.compose.ui.node.DelegatableNode
open Unit

Invoked when the density changes for this node.

Cmn
open Unit

Invoked when the layout direction changes for this node.

Cmn

Inherited properties

From androidx.compose.ui.node.DelegatableNode
Modifier.Node

A reference of the Modifier.Node that holds this node's position in the node hierarchy.

Cmn

Public properties

beyondBoundsLayout

val beyondBoundsLayoutBeyondBoundsLayout

The BeyondBoundsLayout that this node will provide.