QRCodePainter constructor
QRCodePainter({})
Implementation
QRCodePainter({
required this.qrCode,
required this.colorDark,
required this.colorLight,
required this.margin,
required this.scale,
this.centerImage,
this.imageHeight,
this.imageWidth,
this.alt,
this.ariaLabel,
this.title,
required this.qrCodeURL,
});