solidBar

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)

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