QRCodePainter constructor

QRCodePainter(
  1. String qrData,
  2. Color color,
  3. Color backgroundColor,
  4. Image? image,
  5. int errorCorrectionLevel,
  6. int version,
  7. dynamic onFinishGenerate()?,
)

Implementation

QRCodePainter(this.qrData, this.color, this.backgroundColor, this.image, this.errorCorrectionLevel, this.version, this.onFinishGenerate);