QrCodeView constructor

const QrCodeView(
  1. String data, {
  2. Key? key,
})

Implementation

const QrCodeView(this.data, {super.key});