Package-level declarations
Types
Defines how to scroll the scrollable component and how to display a scrollbar for it.
Defines visual style of scrollbars (thickness, shapes, colors, etc). Can be passed as a parameter of scrollbar through LocalScrollbarStyle
Properties
CompositionLocal used to pass ScrollbarStyle down the tree. This value is typically set in some "Theme" composable function (DesktopTheme, MaterialTheme)
The maximum scroll offset of the scrollable content.
Functions
Simple default ScrollbarStyle without applying MaterialTheme.
Horizontal scrollbar that can be attached to some scrollable component (Modifier.verticalScroll(), LazyRow) and share common state with it.
Create and remember for scrollable container with the given instance ScrollState.
Create and remember for lazy scrollable container with the given instance LazyListState.
ScrollbarAdapter for Modifier.verticalScroll and Modifier.horizontalScroll
ScrollbarAdapter for lazy lists.
Vertical scrollbar that can be attached to some scrollable component (ScrollableColumn, LazyColumn) and share common state with it.