ScrollAware

constructor(scrollState: ScrollState, threshold: Dp = 48.dp)

Parameters

scrollState

The ScrollState to observe for scroll position changes.

threshold

The scroll offset (in dp) below which the element is visible. Defaults to 48.dp. When the scroll position exceeds this value, the element is hidden.