PrintQRCode constructor

PrintQRCode({
  1. String? text,
  2. int? width,
  3. int? height,
  4. int? position,
})

Implementation

PrintQRCode({this.text, this.width, this.height, this.position});