outerBorder

fun Modifier.outerBorder(border: BorderStroke, shape: Shape = RectangleShape): Modifier
fun Modifier.outerBorder(width: Dp, color: Color, shape: Shape = RectangleShape): Modifier
fun Modifier.outerBorder(width: Dp, brush: Brush, shape: Shape): Modifier