GroupSeparatorConfig

constructor(separatorWidth: Dp = 1.dp, separatorColor: Color = Color.Gray, showSeparator: Boolean = true, separatorBlendMode: BlendMode = DrawScope.DefaultBlendMode)

Parameters

separatorWidth

: width of the groupSeparator

separatorColor

: color of the groupSeparator

showSeparator

: Boolean Flag to show/hide groupSeparator

separatorBlendMode

: Blend mode for the groupSeparator