HorizontalScrollBar

fun HorizontalScrollBar(barWidth: Dp, barHeight: Dp, barColor: Color = Color.LightGray.copy(alpha = 0.2f), thumbWidth: Dp = barWidth / 3, thumbColor: Color = Color.LightGray, scrollState: ScrollState, barModifier: Modifier = Modifier)