Conclusion
In this lesson, you’ve learned:
- How to make
Row
andColumn
composables scrollable using the scroll modifiers. -
verticalScroll
is used with column composables to achieve vertical scrolling. -
horizontalScroll
is used with row composables to achieve horizontal scrolling. - Both scrolling modifiers accept a
ScrollState
object. - You can manipulate the scrolling behavior using the different properties and functions offered by the
ScrollState
object.