scroll

Function scroll 

Source
pub fn scroll(content: impl View) -> ScrollView
Expand description

Creates a vertical ScrollView with the given content.

This is the most common scroll direction for lists and long content. The actual scrolling behavior is implemented by the renderer backend.