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

nestedScrollModifierNode

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

nestedScrollModifierNode

Source set: Common
public 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.