QRCodeView constructor

const QRCodeView({
  1. Key? key,
  2. required String uri,
  3. String logoPath = '',
})

Implementation

const QRCodeView({
  super.key,
  required this.uri,
  this.logoPath = '',
});