Composables UI is out: our new component library for Compose Multiplatform ->
Property

LocalScrollCaptureInProgress

True when the system is currently capturing the contents of a scrollable in this compose view or any parent compose view.

Source set: Common
val LocalScrollCaptureInProgress: CompositionLocal<Boolean>

True when the system is currently capturing the contents of a scrollable in this compose view or any parent compose view.

Last updated: