NiceQRCode constructor
Implementation
const NiceQRCode({
super.key,
required this.data,
this.size = 200,
this.color,
this.backgroundColor,
this.errorCorrection = NiceQRErrorCorrection.medium,
this.label,
});
const NiceQRCode({
super.key,
required this.data,
this.size = 200,
this.color,
this.backgroundColor,
this.errorCorrection = NiceQRErrorCorrection.medium,
this.label,
});