PrintStyle constructor

const PrintStyle({
  1. PrintStyleAlign textAlign = PrintStyleAlign.left,
  2. int textSize = 19,
  3. PrintStyleFont fontStyle = PrintStyleFont.regular,
})

Implementation

const PrintStyle({
  this.textAlign = PrintStyleAlign.left,
  this.textSize = 19,
  this.fontStyle = PrintStyleFont.regular,
});