Pass this connection to the nestedScroll modifier to participate in the nested scroll hierarchy
and to receive nested scroll events when they are dispatched by the scrolling child (scrolling
child - the element that actually receives scrolling events and dispatches them via
NestedScrollDispatcher).
Post scroll event pass. This pass occurs when the dispatching (scrolling) descendant made
their consumption and notifies ancestors with what's left for them to consume.
Parameters
consumed
the amount that was consumed by all nested scroll nodes below the hierarchy
available
the amount of delta available for this connection to consume