TabStripHorizontalScrollbar

@Composable
fun TabStripHorizontalScrollbar(adapter: ScrollbarAdapter, style: ScrollbarStyle, modifier: Modifier = Modifier, reverseLayout: Boolean = false, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })

Deprecated

Use HorizontalScrollbar with an appropriate style.