CustomQrcode constructor

const CustomQrcode({
  1. Key? key,
  2. required Map qrcode,
})

Creates a CustomQrcode widget.

The qrcode parameter must contain the QR code configuration data.

Implementation

const CustomQrcode({super.key, required this.qrcode});