LetterLabels constructor

const LetterLabels({
  1. String document = 'Letter',
  2. String to = 'To',
  3. String subject = 'Subject',
  4. String closing = 'Yours sincerely',
})

LetterLabels API.

Implementation

const LetterLabels({
  this.document = 'Letter',
  this.to = 'To',
  this.subject = 'Subject',
  this.closing = 'Yours sincerely',
});