QRCodeBox constructor

QRCodeBox(
  1. String? content, {
  2. String? binding,
  3. String? format,
  4. bool imagePaint = false,
})

Implementation

QRCodeBox(this.content, {this.binding, this.format, this.imagePaint = false});