Package-level declarations

Types

Link copied to clipboard
private data class ScrollbarThumb(val offset: Float, val size: Float)

Carries ScrollbarThumb data through the SDAI presentation layer.

Functions

Link copied to clipboard
private fun DrawScope.thumbHeight(viewportHeight: Float, totalHeight: Float): Float

Executes the function step in the SDAI presentation layer.

Link copied to clipboard

Renders the verticalScrollbar UI for the SDAI presentation layer.

private fun Modifier.verticalScrollbar(color: Color, thumbProvider: DrawScope.() -> ScrollbarThumb?): Modifier

Executes the verticalScrollbar step in the SDAI presentation layer.