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

ModifierLocalBeyondBoundsLayout

A modifier local that provides access to a BeyondBoundsLayout that a child can use to ask a parent to layout more items that are beyond its visible bounds.

Source set: Common
@get:Deprecated(
    "Please use DelegatableNode.findNearestBeyondBoundsLayoutAncestor() to access the nearest " +
        "parent BeyondBoundsLayout.",
    level = DeprecationLevel.WARNING,
)
public val ModifierLocalBeyondBoundsLayout: ProvidableModifierLocal<BeyondBoundsLayout?> =
    modifierLocalOf {
        null
    }

A modifier local that provides access to a BeyondBoundsLayout that a child can use to ask a parent to layout more items that are beyond its visible bounds.