frankelot
Rafs
Modifier.drawBehind
drawBehind
canvas
for (x in 0..this.size.width.roundToInt() step 80) { for (y in 0..this.size.height.roundToInt() step 80) { drawCircle( color = Color.Black, center = Offset(x.toFloat(), y.toFloat()), radius = 8f, alpha = .1f ) } }
Nader Jawad
A modern programming language that makes developers happier.