horizontal Solid Bar
fun <X, Y> horizontalSolidBar(color: Color, shape: Shape = RectangleShape, border: BorderStroke? = null): DefaultHorizontalBarComposable<X, Y>
Factory function to create a Composable that emits a solid colored bar.