QRCodePainter constructor

QRCodePainter(
  1. String qrData,
  2. Color color,
  3. Color backgroundColor,
  4. Image? image,
)

Implementation

QRCodePainter(this.qrData, this.color, this.backgroundColor, this.image);