QrCodeBlock

fun QrCodeBlock(data: String, modifier: Modifier = Modifier, isDataMatrix: Boolean = false, qrCodeSize: Dp = 240.dp)

Container to render QR code image and text for given data

Parameters

data

: Data to render QR code and text.

modifier

: optional modifier.

isDataMatrix

: whether the value is a data matrix or not.

qrCodeSize

: the Qr code image size.