ItemDivider

fun ItemDivider(thickness: Dp, dividerColor: Color = Color.Black)

Draws a horizontal line as a divider for given thickness and color

Parameters

thickness

: Defines the thickness of the divider.

dividerColor

: Defines the color of the divider.