solidBar

fun solidBar(color: Color, shape: Shape = RectangleShape, border: BorderStroke? = null): @Composable BarScope.() -> Unit

Factory function to create a Composable that emits a solid colored bar.