EncodeParams constructor
EncodeParams({})
Implementation
EncodeParams({
this.format = Format.qrCode,
this.width = 100,
this.height = 100,
this.margin = 0,
this.eccLevel = EccLevel.low,
});
EncodeParams({
this.format = Format.qrCode,
this.width = 100,
this.height = 100,
this.margin = 0,
this.eccLevel = EccLevel.low,
});