QRImage constructor
QRImage(})
Generate QRcode image
dataQR image data.logoLogo to draw inside QR imagelogoRoundMake logo round.sizeQR image sizeradiusRadius per blockelementColorBlock colorbackgroundColorBackground colorerrorCorrectLevelError correct leveltypeNumberNumber of type generation (1 to 40 or 0 for auto)
Implementation
QRImage(
this.data, {
this.logo,
this.logoRound = true,
this.size = 120,
this.radius = 0,
this.elementColor,
this.backgroundColor,
this.errorCorrectLevel = QrErrorCorrectLevel.L,
this.typeNumber = 0,
});