grid

fun grid(visible: Boolean = true, steps: Int = 4, color: Color = androidx.compose.material3.MaterialTheme.colorScheme.onSurface .copy(alpha = 0.15f), lineWidth: Dp = with(LocalDensity.current) { 1f.toDp() }): BarGridStyle(source)

Returns a BarGridStyle for horizontal grid configuration. The default stroke width preserves one physical pixel at the current density.