verticalScrollbar
Renders the verticalScrollbar UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
state
state rendered or processed by the component.
private fun Modifier.verticalScrollbar(color: Color, thumbProvider: DrawScope.() -> ScrollbarThumb?): Modifier(source)
Executes the verticalScrollbar step in the SDAI presentation layer.
Return
Result produced by verticalScrollbar.
Author
Dmitriy Moroz
Parameters
color
color value consumed by the API.
thumbProvider
thumb provider value consumed by the API.