QRCodeComponent constructor
QRCodeComponent({})
Implementation
QRCodeComponent({
Key? key,
required this.qrData,
this.width = 200,
this.height = 200,
this.color = Colors.black,
this.backgroundColor = Colors.white,
this.imageUrl,
this.imageSrc,
}) : super(key: key);