Horizontal Bar Indicator
fun HorizontalBarIndicator(brush: Brush, modifier: Modifier = Modifier, fraction: Float = 1.0f, shape: Shape = RectangleShape, border: BorderStroke? = null)
A default implementation of a bar indicator that can be used for the featured measure or qualitative ranges.
Parameters
fraction
The fraction of the overall bullet graph background height the indicator will occupy.
brush
The brush to paint the bar with
shape
An optional shape for the bar.
border
An optional border for the bar.