ListWithBorder

fun ListWithBorder(modifier: Modifier = Modifier, borderColor: Color, borderWidth: Dp = 1.dp, roundSize: Dp = 10.dp, content: SearchConditionMenuScope.() -> Unit)(source)