BarcodeBlock

fun BarcodeBlock(data: String, modifier: Modifier = Modifier, barcodeSize: DpSize = DpSize(312.dp, 76.dp))

Container to render barcode image and text for given data.

Parameters

data

: Data to render barcode and text.

barcodeSize

: width and size of the barcode.

modifier

: optional modifier.