LabelQrCodeStyle constructor

LabelQrCodeStyle({
  1. int? posX = 0,
  2. int? posY = 0,
  3. int? size = 4,
  4. ErrorLevel? errorLevel = ErrorLevel.L,
  5. Rotate? rotate = Rotate.ROTATE_0,
  6. int? width = -1,
  7. int? height = -1,
})

Implementation

LabelQrCodeStyle({
  this.posX = 0,
  this.posY = 0,
  this.size = 4,
  this.errorLevel = ErrorLevel.L,
  this.rotate = Rotate.ROTATE_0,
  this.width = -1,
  this.height = -1,
});