draw One Side Border

fun Modifier.drawOneSideBorder(width: Dp, color: Color, shape: Shape = RectangleShape): Modifier

Function to draw just one side of a component such Card

Parameters

width

: the width of the border to color

color

: the color of the border

shape

: the shape of the border