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