Group Separator Config
constructor(separatorWidth: Dp = 1.dp, separatorColor: Color = Color.Gray, showSeparator: Boolean = true, separatorBlendMode: BlendMode = DrawScope.DefaultBlendMode)
Parameters
separator Width
: width of the groupSeparator
separator Color
: color of the groupSeparator
show Separator
: Boolean Flag to show/hide groupSeparator
separator Blend Mode
: Blend mode for the groupSeparator