IminQrCodeStyle constructor

IminQrCodeStyle({
  1. IminPrintAlign? align,
  2. int? qrSize,
  3. int? leftMargin,
  4. IminQrcodeCorrectionLevel? errorCorrectionLevel,
})

Implementation

IminQrCodeStyle(
    {this.align, this.qrSize, this.leftMargin, this.errorCorrectionLevel});