Picker Selection Indicator
constructor(color: Color, thickness: Dp, shape: Shape, horizontalInset: Dp, isVisible: Boolean, disabledColor: Color = color.copy(alpha = color.alpha * DISABLED_CONTAINER_ALPHA))
Parameters
color
The color of the band lines.
thickness
The thickness of each band line. Must be finite and non-negative.
shape
The shape of each band line.
horizontal Inset
The inset applied to each side of the band. Must be finite and non-negative.
is Visible
Whether the band is drawn.
disabled Color
The color of the band lines when the composite picker is disabled.