androidx.compose.ui.input.nestedscroll
Interfaces
NestedScrollConnection |
Interface to connect to the nested scroll system. |
Cmn
|
Classes
NestedScrollDispatcher |
Nested scroll events dispatcher to notify the nested scroll system about the scrolling events that are happening on the element. |
Cmn
|
NestedScrollSource |
Possible sources of scroll events in the |
Cmn
|
Modifiers
nestedScroll |
Modify element to make it participate in the nested scrolling hierarchy. |
Cmn
|
Top-level functions summary
DelegatableNode |
nestedScrollModifierNode(This creates a Nested Scroll Modifier node that can be delegated to. |
Cmn
|
Top-level functions
nestedScrollModifierNode
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.