<div class='type'>Function</div>


<a id='references'></a>


<h2 id="nestedscrollmodifiernode-connection-dispatcher">nestedScrollModifierNode</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
fun nestedScrollModifierNode(
    connection: NestedScrollConnection,
    dispatcher: NestedScrollDispatcher?,
): DelegatableNode
```


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.