qrcode property
The QR code configuration map containing:
- 'size': The size of the QR code in pixels (defaults to 100)
- 'content': The data to encode in the QR code
- 'level': Error correction level ('L', 'M', 'Q', or 'H')
Implementation
final Map qrcode;