Start native apps faster with the Composables CLI ->
Property

scroll

Source set: Common
val scroll =
            Modifier.scrollable(
                orientation = scrollerPosition.orientation,
                overscrollEffect = overscrollEffect,
                reverseDirection = reverseDirection,
                state = wrappedScrollableState,
                interactionSource = interactionSource,
                enabled = enabled && scrollerPosition.maximum != 0f,
            )