Qrcode constructor

Qrcode({
  1. Rect? rect,
  2. String? status,
  3. String? text,
  4. String? type,
})

Implementation

Qrcode({this.rect, this.status, this.text, this.type});