Qr Code Block
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.
is Data Matrix
: whether the value is a data matrix or not.
qr Code Size
: the Qr code image size.