Conclusion
In this lesson, you’ve learned:
- How to make 
RowandColumncomposables scrollable using the scroll modifiers. - 
verticalScrollis used with column composables to achieve vertical scrolling. - 
horizontalScrollis used with row composables to achieve horizontal scrolling. - Both scrolling modifiers accept a 
ScrollStateobject. - You can manipulate the scrolling behavior using the different properties and functions offered by the 
ScrollStateobject.