border

fun Modifier.border(color: Color = KepkoTheme.colors.outline, shape: Shape = RectangleShape, width: Dp = KepkoTheme.dimensions.borderThickness): Modifier
fun Modifier.border(brush: Brush, shape: Shape = RectangleShape, width: Dp = KepkoTheme.dimensions.borderThickness): Modifier