Start native apps faster with the Composables CLI ->
Function

verticalScroll

Modify element to allow it to scroll vertically when its content is larger than its constraints.

verticalScroll

Source set: Android
public fun RemoteModifier.verticalScroll(state: RemoteScrollState): RemoteModifier

Modify element to allow it to scroll vertically when its content is larger than its constraints.

Parameters

state The RemoteScrollState that tracks and controls the scroll position. It can be created and remembered using rememberRemoteScrollState.

Return

The modified RemoteModifier.