drawQrCode

fun DrawScope.drawQrCode(matrix: BitMatrix, dark: Color = Color.Black, light: Color = Color.White, quietZone: Int = 4)

Draws matrix into the current DrawScope, centred and square.