{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

NestedScrollNodeKt

public final class NestedScrollNodeKt


Summary

Public methods

static final @NonNull DelegatableNode

This creates a Nested Scroll Modifier node that can be delegated to.

Public methods

nestedScrollModifierNode

public static final @NonNull DelegatableNode nestedScrollModifierNode(
    @NonNull NestedScrollConnection connection,
    NestedScrollDispatcher dispatcher
)

This creates a Nested Scroll Modifier node that can be delegated to. In most case you should use Modifier.nestedScroll since that implementation also uses this. Use this factory to create nodes that can be delegated to.