HorizontalScrollbar

@Composable
fun HorizontalScrollbar(scrollState: ScrollableState, modifier: Modifier = Modifier, reverseLayout: Boolean = false, enabled: Boolean = true, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, style: ScrollbarStyle = JewelTheme.scrollbarStyle, keepVisible: Boolean = false)