ReceiptData constructor

ReceiptData({
  1. bool displayCustomer = true,
  2. bool displayInstagramHandle = true,
  3. bool displaySeller = true,
  4. bool displayWhatsappLine = true,
  5. bool displayAddress = true,
  6. bool displayPhoneNumber = true,
  7. String? footer,
  8. String? header,
})

Implementation

ReceiptData({
  this.displayCustomer = true,
  this.displayInstagramHandle = true,
  this.displaySeller = true,
  this.displayWhatsappLine = true,
  this.displayAddress = true,
  this.displayPhoneNumber = true,
  this.footer,
  this.header,
  this.printLogo,
});