LabelQrCodeStyle constructor
LabelQrCodeStyle({})
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,
});