solid Bar
fun <X, Y> solidBar(color: Color, shape: Shape = RectangleShape, border: BorderStroke? = null): DefaultVerticalBarComposable<X, Y>
Deprecated
Delegates to vertical solid bar. Use explicitly dedicated factory function.
Replace with
verticalSolidBar(color, shape, border)Content copied to clipboard
Factory function to create a Composable that emits a solid colored bar.