pub fn scroll(content: impl View) -> ScrollViewExpand 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.