IminQrCodeStyle constructor
IminQrCodeStyle({
- IminPrintAlign? align,
- int? qrSize,
- int? leftMargin,
- IminQrcodeCorrectionLevel? errorCorrectionLevel,
Implementation
IminQrCodeStyle(
{this.align, this.qrSize, this.leftMargin, this.errorCorrectionLevel});