Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Observe InteractionSource updated for a node within a direct child of InteractionSourceElement nodes.
Functions
Link copied to clipboard
fun Modifier.interactionSourceNode(interactionSource: InteractionSource?, childTraversalKey: Any = DefaultInteractionSourceChildTraversalKey): Modifier
Modifier to attach an InteractionSource to an element allowing child traversable Nodes to listen to interactions by implementing InteractionSourceObserverNode.
Link copied to clipboard