Function
Common
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.