Colton Idle
Box( modifier.drawWithContent { drawRoundRect( Color.Black, style = Fill, cornerRadius = CornerRadius(4.dp) ) })
Louis Pullen-Freilich [G]
Box( modifier.drawWithContent { drawRoundRect( Color.Black, style = Fill, cornerRadius = CornerRadius(4.dp.toPx()) ) })
Density
A modern programming language that makes developers happier.