PrintRow constructor

PrintRow({
  1. bool? hr,
  2. bool? br,
  3. bool? bold,
  4. String? bmpBase64,
  5. bool? center,
  6. String? text1,
  7. String? label1,
  8. String? text2,
  9. String? label2,
  10. String? text3,
  11. String? label3,
  12. int? charsPerLine,
})

Implementation

PrintRow({
  this.hr,
  this.br,
  this.bold,
  this.bmpBase64,
  this.center,
  this.text1,
  this.label1,
  this.text2,
  this.label2,
  this.text3,
  this.label3,
  this.charsPerLine,
});