PickerSelectionIndicator

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.

horizontalInset

The inset applied to each side of the band. Must be finite and non-negative.

isVisible

Whether the band is drawn.

disabledColor

The color of the band lines when the composite picker is disabled.