Ime Nested Scroll Connection
fun ImeNestedScrollConnection(view: View, scrollImeOffScreenWhenVisible: Boolean, scrollImeOnScreenWhenNotVisible: Boolean)
Content copied to clipboard
Parameters
view
The host Compose View. Usually this comes from AmbientView.
scrollImeOffScreenWhenVisible
Set to true to allow scrolling the IME off screen (from being visible), by an downwards scroll. Defaults to true.
scrollImeOnScreenWhenNotVisible
Set to true to allow scrolling the IME on screen (from not being visible), by an upwards scroll. Defaults to true.