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.