MeasuredQrCode
data class MeasuredQrCode(val matrix: QrMatrix, val color: PdfColor, val background: PdfColor?, val size: Size) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.QrCodeNode. The module matrix is computed during measurement (pure common code) so the renderer only has to turn dark modules into filled rectangles.